gravitystorm / openstreetmap-carto

A general-purpose OpenStreetMap mapnik style, in CartoCSS
Other
1.51k stars 811 forks source link

Tram tracks have gaps right before bridge (layer=1) #4951

Closed johsin18 closed 2 months ago

johsin18 commented 2 months ago

The problem appears for tram tracks crossing a bridge. On the bridge, they are tagged with layer=1, which I assume to be correct. Before the bridge, they have no layer tag set (so it defaults to 0). There is no map element that would match/cover the rendered gap in (i.e. having that position).

Expected behavior

Tram tracks are rendered as a continuous line.

Actual behavior

Tram tracks are rendered as a line with gaps.

Screenshots with links illustrating the problem

https://www.openstreetmap.org/#map=19/47.54744/7.58483 grafik

johsin18 commented 2 months ago

Just noticed that this is a duplicate of https://github.com/gravitystorm/openstreetmap-carto/issues/934