gravitystorm / openstreetmap-carto

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

Consider rendering ref numbers for campsite=camp_pitch #3741

Closed jeisenbe closed 5 years ago

jeisenbe commented 5 years ago

Should we render tent pitch locations within a campsite?

This suggest there is enough use of this tag to be considered for rendering, and "ref=*" is the correct field to render.

However, it should be better documented first, and a database reload would need to take place if we want to support mapping as a closed way.

Adamant36 commented 5 years ago

This would helpful in getting people to stop using the name tag on camp_site=camp_pitch in places where it should be the ref #.

Btw, I'm not sure if your aware, but you can do a tag count query in OverPassTurbo by doing something like

out:csv(::count)][timeout:250];

nwr["name"="Kathmandu"]["shop"="outdoor"];

out count;

And just modifying it for whatever tags you want a count for.

jeisenbe commented 5 years ago

Note that the camp_site=camp_pitch was not approved: https://wiki.openstreetmap.org/wiki/Proposed_features/camp_site_pitch

Some users would prefer using tourism=camp_pitch, others would like an entirely new tag

jeisenbe commented 5 years ago

The tag camp_site=camp_pitch was deprecated and now tourism=camp_pitch is the approved tag fo this feature, and is now the most common tagging, used 7000 times, while camp_site=camp_pitch has decreased to 4500 uses and camp_site=pitch is down to 0. So I am closing this issue, but we can consider rendering the ref for tourism=camp_pitch, which won't require waiting for database load.

ZLima12 commented 2 months ago

I'm not sure if there is yet an issue for rendering tourism=camp_pitch, but that tag is up to 86k uses now, and would probably be worth rendering.

Edit: see #3827