tracestrack / tracestrack-maps

The stylesheet for carto and topo maps
https://www.tracestrack.com/
Creative Commons Zero v1.0 Universal
27 stars 2 forks source link

Consider "width" for rendering waterways #46

Open Nekzuris opened 4 days ago

Nekzuris commented 4 days ago

This is especially important for small canals connected to streams, they look really out of place. https://www.openstreetmap.org/way/431822340#map=18/48.321068/9.191254&layers=P image Many are incorrectly tagged as streams as a result.

For references: https://github.com/gravitystorm/openstreetmap-carto/issues/3795 https://github.com/gravitystorm/openstreetmap-carto/issues/3354

quinncnl commented 2 days ago

I think it's possible to use a rough simple solution: width=1, pixel width = 3 width=2, pixel width = 5 width=3, pixel width = 7

Considering there are many type of waterway and different z levels, it can be complicated. Will do some experiment.