protomaps / basemaps

Basemap PMTiles generation and cartographic styles for OpenStreetMap data and more
https://maps.protomaps.com/
Other
378 stars 49 forks source link

Distinguishing railaway tunnels #55

Closed andrey-abstracted closed 1 year ago

andrey-abstracted commented 1 year ago

Would it possible to mark railaway tunnels as tunnels or underground structures? Possibly by setting pmap:level like it is done for road tunnels.

Currently in OSM they have "layer" set to -1 and "tunnel" to "yes".

bdon commented 1 year ago

Should come in the transportation later in v4:

https://tilezen.readthedocs.io/en/latest/layers/#roads-transportation

is_bridge, is_tunnel are the boolean tags.

nvkelso commented 1 year ago

This was completed for v3 via #47 and merged to main, using the existing pmap:level setup where bridges are 1 and tunnels are -1.