-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fonts #9
Comments
It's probably going to be style-dependent. You may be able to install Open Sans globally (using Font Book or Alternately, you can install https://github.com/mapbox/mapbox-studio-default-fonts ( |
|
@rodekruis — Did you manage to resolve this issue in the end? I've got Open Sans installed across my machine, but I'm still receiving the error, and I can't figure out how to get past it. |
@varkor, not really. I had to take the font out of the project file to make it work. However, I was not able to get TL running on Ubuntu 14.04 since the dependencies are conflicting between the packages. Therefore mapnik is installed several times and this results in errors when running TL. |
@rodekruis the short-term workaround for multiple versions of mapnik is to install the version of mapnik you want to use at the top-level and then @varkor try setting MAPNIK_FONT_PATH=/usr/local/fonts/... tessera mapnik://./project.xml (@rodekruis this may help you out as well, sorry I'd forgotten about it..) |
@mojodna thanks for the tips. The issue seems to be that abaculus requires mapnik 3.3.0 whereis TL requires a higher version. |
@mojodna Thanks! That fixed the font problem! It's getting further in the process now, but I'm hitting a different error now:
I don't suppose this looks familiar at all? I think I might need to (Also, hope using this issue is okay—I know these are errors reported by Mapnik rather than tl specifically, but I haven't been able to find any reference to them anywhere, so I'm not sure where to ask. Thank you very much!) |
taps @springmeyer |
@varkor - hey, I can help with the ICU issue. Yes, setting |
I never directly installed it—I've installed TileMill and Mapbox Studio, as well as tl and various dependencies, which must have included Mapnik at some point or another. (I'm trying to convert the Emerald map style from Mapbox Studio to .mbtiles, if you're wondering what my goal is.) |
I am getting this error:
Failed to find font face 'Open Sans Bold' in FontSet 'fontset-0' in FontSet.
When running the following command on this style:
/usr/bin/tl copy -z 6 -Z 6 -b "2.532935 6.437926 2.560045 6.508226" tmstyle://./mapbox-studio-humanitarian-print.tm2 mbtiles://./tiles.mbtiles
npm ls mapnik shows:
digidoc@digidoc:~/osm$ npm ls mapnik
/home/digidoc/osm
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]
how does referencing the fonts work, and how can these be installed?
The text was updated successfully, but these errors were encountered: