this post was submitted on 21 Aug 2024
27 points (100.0% liked)

OpenStreetMap community

3884 readers
75 users here now

Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.

OpenStreetMap is a map of the world, created by people like you and free to use under an open license.

Join OpenStreetMap and start mapping: https://www.openstreetmap.org.

There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community

https://mapcomplete.org is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)

https://learnosm.org/en/ has a lot of information for beginners too.

founded 4 years ago
MODERATORS
 

I've encountered a bus stop that still exists, but has a sign from the city saying that no busses stop there. There's the disused tag on the wiki which seems relevant, but I'm not sure how to tag it exactly. There's lots of tags like ref, route_ref, operator:wikidata and so on. Should all of those tags get prefixed with disused:?

you are viewing a single comment's thread
view the rest of the comments
[–] yo_scottie_oh@lemmy.ml 4 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Should all of those tags get prefixed with disused:?

I think not. It’s been a little bit since I’ve studied or used the disused:* prefix, but I believe it’s only needed on the main feature tag. (citation needed, ofc)

[–] infeeeee@lemm.ee 4 points 3 weeks ago* (last edited 3 weeks ago)

Wiki examples show added to multiple tags:

disused:amenity=pub
disused:operator=The Oxford Pub Company
name=Fox & Hounds

https://wiki.openstreetmap.org/wiki/Lifecycle_prefix#Examples

disused:amenity=parking
disused:capacity=20

https://wiki.openstreetmap.org/wiki/Key:disused#Comparison_of_disused=yes_vs_disused:key=*_namespace

My habit is to add it to main tags only, if there are more main tags add it to all of them, but nothing else. Renderer should get from this it's disused, adding it to operator or capacity shouldn't matter, but it will be more work to change them back when it becomes used again. Changing more tags are more error prone.

I would tag a disused bus stop this way:

disused:public_transport=platform
disused:highway=bus_stop
name=*
operator=*
shelter=*
...

https://i.imgflip.com/9102g9.jpg

[–] Mannivu@feddit.it 2 points 3 weeks ago

I agree, disused: should be only used on the main feature tag.