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

Including old addresses to OSM, and how?

3

I have a question about old addresses of buildings and if / how to include them into OSM. I came across several buildings in my neighbourhood that have official address X-street 7 but still additionally signposted their old address Y-street 63a. So the service road accessing these buildings from Y-street recieved its own name some time in the past and also the accessed buildings were renumbered.

I think, it would still make sense to retain the old addresses, as in my city (Tbilisi, Georgia), many buildings were re-addressed in the past, and are still continually re-addressed. When going to one certain property, someone might use old or not updated guidebooks et al.

Anyway, the Wiki https://wiki.openstreetmap.org/wiki/Addr does not cover old addresses.

Can I include the info like this or in which way? addr:street = X-street addr:housenumber = 7 old_addr:street = Y-street old_addr:housenumber = 63a

Thanks for feedback and suggestions thumbs up

asked 10 Dec '11, 06:29

moszkva%20ter's gravatar image

moszkva ter
2.1k223960
accept rate: 17%


3 Answers:

2

You can include them this way, and is what I'd be tempted to do. Unfortunately unless the tags become widely used it is unlikely that searches for the old addresses will find them, unless you do something like create your own custom Nominatim search installation that does use them.

answered 10 Dec '11, 10:16

EdLoach's gravatar image

EdLoach ♦
19.5k16156280
accept rate: 22%

but is there a standard way yet? old_addr was just an invention for now, to illustrate my question.

(10 Dec '11, 14:22) moszkva ter

old_addr has been used a bit already - http://taginfo.openstreetmap.org/search?q=old_addr#keys

(10 Dec '11, 14:37) EdLoach ♦

good to know... by now, I added a new node with the old addresses, but with addr:*=, including a fixme tag to either delete them or include them into the building with an appropriate tag. Guess I will clean it myself.

(11 Dec '11, 09:39) moszkva ter

1

I would use addr:old: Is also a bit more conmen. (http://taginfo.openstreetmap.org/search?q=addr:old#keys) Less used is old:addr: (http://taginfo.openstreetmap.org/search?q=old:addr#keys)

answered 11 Nov '15, 08:12

mono11's gravatar image

mono11
16
accept rate: 0%

-1

Inventing a new tag by prefixing it with old_ does not seem a good solution to me. If it changes again you will need older_ or put multiple values in it...
If the numbers were not reassigned, independent node with addr:* should be fine with some time information like https://wiki.openstreetmap.org/wiki/Proposed_features/temporary
If the numbers were used again it cannot be really used (there would be two places with the same address)

answered 11 Dec '11, 10:01

LM_1's gravatar image

LM_1
3.3k335188
accept rate: 10%

edited 11 Dec '11, 10:03

Source code available on GitHub .