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

How to edit street zip code in the OSM editor

0

Is there a way to add a zip code to streets using the OSM editor?

asked 18 Feb '13, 20:15

gabriel_casado's gravatar image

gabriel_casado
41559
accept rate: 0%

2

similar question https://help.openstreetmap.org/questions/6896/zip-codes-and-associated-areas if you search these questions you will find more info .. try zip code or post code

(18 Feb '13, 21:19) andy mackey

3 Answers:

2

In the online editor Potlatch many POIs have an Address tab (usually third from left) which enables you to input address information. One of the fields is "Postcode:" which is also used for Zip Codes. This populates the addr:postcode tag.

If this option is not available then you can switch to Advanced Edit mode (option of bottom of POI panel) and directly add the addr:postcode tag and its value.

The Java editor JOSM has a preset for adding address information under its Presets|Annotation menu

Note that post code is not only British English, the OSM standard, but corresponds better than Zip Code with the name in other languages.

answered 17 Apr '13, 14:33

SK53's gravatar image

SK53 ♦
28.1k48268433
accept rate: 22%

1

answered 18 Feb '13, 21:40

gormo's gravatar image

gormo
2.9k32660
accept rate: 13%

edited 18 Feb '13, 21:43

0

You can use postal_code=* to associate a street with a zip code. But individual addresses are preferred, as gormo already pointed out.

/al

answered 19 Feb '13, 16:21

_al's gravatar image

_al
86021018
accept rate: 4%

Source code available on GitHub .