pnorman / openstreetmap-cartographic

A port of OpenStreetMap Carto to Mapbox GL for client-side rendering
Other
58 stars 4 forks source link

Figure out dashed transportation #13

Open pnorman opened 3 years ago

pnorman commented 3 years ago

Most features from the transportation layer aren't dashed, but rails at higher zooms and non-motorized paths have a dasharray.

The problem with this is line-dasharray doesn't support data driven styling.

I'm not sure what the solution is here. I could add more layers, but I'd at most want to add one style layer per layer=* value.