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
Missing font face doesn't currently generate an error at layergroup creation time, unless geometries happen to fall in the "test tile" (CartoDB/Windshaft-cartodb#90)
It turns out there's a mapnik option to enforce text face checking at map load time (mapnik/mapnik#1791 (comment)).
We want to use that, for better error reporting. This will depend on tilelive-mapnik.
The text was updated successfully, but these errors were encountered:
So it looks like the strict parameter in mapnik loader is hardcoded to false in tilelive-mapnik, so this would still hold us back to our own fork. Filed a ticket for the future in tilelive-mapnik: mapbox/tilelive-mapnik#74
For the record: switching to "strict" map loading resulted in some previously accepted style to become invalid.
See CartoDB/Windshaft-cartodb#93 for one example.
Missing font face doesn't currently generate an error at layergroup creation time, unless geometries happen to fall in the "test tile" (CartoDB/Windshaft-cartodb#90)
It turns out there's a mapnik option to enforce text face checking at map load time (mapnik/mapnik#1791 (comment)).
We want to use that, for better error reporting. This will depend on tilelive-mapnik.
The text was updated successfully, but these errors were encountered: