You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Mapbox Studio to create the TM2 file, however it doesn't seem to recognize the FontSet.
Another related discussion about this error can be found here, but no working solution. It seems to be resolved on the Mapnik side of things, but not Tessera.
$ tessera tmstyle://./Style.tm2
Listening at http://0.0.0.0:8080/
/usr/local/lib/node_modules/tessera/server.js:47
throw err;
^
Error: Failed to find font face 'Open Sans Bold'in FontSet 'fontset-0'in FontSet
The text was updated successfully, but these errors were encountered:
tessera intentionally doesn't register system fonts (to encourage maps to be self-contained units). You can either copy Open Sans into a fonts/ directory and add font-directory: url(fonts/); to your Map element (in CartoCSS) or you can set MAPNIK_FONT_PATH to the location of Open Sans on your system.
I'm using Mapbox Studio to create the TM2 file, however it doesn't seem to recognize the FontSet.
Another related discussion about this error can be found here, but no working solution. It seems to be resolved on the Mapnik side of things, but not Tessera.
mapnik/node-mapnik#263
The text was updated successfully, but these errors were encountered: