OpenStreetMap logo OpenStreetMap

How tags have changed on one way

Generally speaking, Lifecycle Prefixes mean that when something is no longer in use, a tag such as amenity gets changed to disused:amenity. That should be straightforward, but sometimes disused=yes creeps in.

This example overpass query for nwr["amenity"="fast_food"]["disused"="yes"]({{bbox}}) finds a couple of examples. In these cases we can have a look at the tag history and (as seen in the picture at the top) notice that the FHRS ID changed recently, and the disused=yes actually corresponded to the name of a different business on the same site (in fact that that one has the full set of such tags: ["amenity"="fast_food"], ["disused:amenity"="fast_food"] (which don’t make sense together) and ["disused"="yes"]. In these cases you can often look through the tag history and see what the current status is supposed to be; if the last changeset comment was “this has now closed” it’s fairly obvious.

So does disused=yes always mean that someone has forgotten to change something to a lifecycle prefixed version? Well, maybe not. As an example, what about this former quarry? It’s not used as a quarry any more, but it is still a very big hole in the ground, so it makes sense to show it as such. Maps that I create distinguish between operational quarries

A quarry

and historical ones

A former quarry

so including disused=yes in the latter category was straightforward.

What else might disused-yes occur with?

Quite a lot of the landuses don’t need any change at all. For example landuse=brownfield; disused=yes is something that people have tagged, and landuse=grass; disused=yes is also around; it usually means that something else (perhaps no longer tagged!) is disused.

Location: Lodge House, Stonegrave, North Yorkshire, York and North Yorkshire, England, YO62 4LL, United Kingdom

Discussion

Comment from Janjko on 10 May 2026 at 10:31

Recently I needed disused=yes for a building=apartments. It’s in a bad state, but it could be fixed and returned to function. disused:building=apartments isn’t good because it is an apartment building, just empty. building:use=disused came to mind, but it’s not popular, 163 uses.

So the rule should be something like, if something isn’t used, is it still that in OSM? If a restaurant isn’t used, it isn’t a restaurant (although it might be open and operational within a day). An apartment building and quarry stay those things if not used.

Highways have acces=no which is similar to disused=yes.

Leave a comment

Log in to leave a comment