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
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
I have a problem with the mapbox osm-bright theme when rendered with a carto generated mapnik xml file. In the bridges layer, the bridges are rendered black instead of their normal colors.
Ive attached a picture below, in which I deactivated the roads layers to show just the bridges. When I generate a mapnik xml directly from TileOven, the rendering is fine.
Git bisect tells me that 9be4e86 introduced this behaviour.
Problem is that I didn't expect parseFloatbeing that dump having that feature. OSM Bright uses filters of the form [render='1_outline'] which parseFloat treats as number because they begin with one.
I have a problem with the mapbox osm-bright theme when rendered with a carto generated mapnik xml file. In the bridges layer, the bridges are rendered black instead of their normal colors.
Ive attached a picture below, in which I deactivated the roads layers to show just the bridges. When I generate a mapnik xml directly from TileOven, the rendering is fine.
Carto: v0.17.2
NodeJS: 4.8.2
Mapnik version: 3.0.13
Command used: carto project.mml > project.xml
Carto XML Rendering
TileOven XML Rendering
The text was updated successfully, but these errors were encountered: