This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Why does this way only show up at one zoom level (16)?

0

The way in question: https://www.openstreetmap.org/way/1016429692 With Firefox it only shows up as the Peace Hills (waste) Transfer Station at zoom level 16, any other zoom level and it is just a blank hole in the forest. With Chromium it is a blank hole at all zoom levels. Have I defined the way incorrectly? It is not that this is a new change, I've been tinkering with this for months, I've just only gotten around to trying to debug it now.

asked 24 May '22, 09:01

JMGonk's gravatar image

JMGonk
16113
accept rate: 0%

1

FYI, there's no requirement for the area tag.

(07 Jun '22, 15:59) DaveF

One Answer:

1

amenity=waste_transfer_station is not rendered yet. You need a landuse=industrial, which is still correct. https://github.com/gravitystorm/openstreetmap-carto/issues/4366

answered 24 May '22, 09:40

Kovoschiz's gravatar image

Kovoschiz
2.4k31147
accept rate: 16%

edited 24 May '22, 09:41

That did it, thanks.

(27 May '22, 11:42) JMGonk

Source code available on GitHub .