In the United States, we have ZIP codes which are large regions that have five digit numbers assigned to them for ease of sorting mail. I would like to be able to draw an area that is a ZIP code and then just apply it to every point made within that area (unless a user explicitly changed it, maybe). Is there a way to do this? If not, is there some bug/feature request process for it? This feature would make my editing much faster when adding addresses. asked 14 Aug '14, 07:14 Justin_-koavf- |
Generally, do not do this. While technically possible with the JOSM editor, it is just too easy to introduce mistakes. It is sufficient to add the polygon to OpenStreetMap and tag it While you may use the answered 14 Aug '14, 09:36 Frederik Ramm ♦ But I could do the same for something like
(14 Aug '14, 17:45)
Justin_-koavf-
For cities, the usual thing is to bound then with an area or a relation containing ways that form an area. Generally the geocoding tools that us OSM data are smart enough to know that everything in that area is part of the city. Interestingly, I don't see that boundary around Indianapolis. I hope that it is just because I am not searching properly. I see that you edited the node for the city 7 days ago.
(14 Aug '14, 17:54)
n76
|
In the US ZIP codes are not actually areas, they are linear lists of addresses maintained by the post office for delivery purposes (I believe they are based on the actual mail delivery routes). The census people create pseudo areas for their purposes but because ZIP codes are not really areas there are places where the census assumed ZIP code areas are wrong. So in addition to Frederik Ramm's comment that you could do the edit in JOSM but it would be error prone, I'd like to add that it could be error prone because you would be assuming an area for data which is not area based. answered 14 Aug '14, 17:13 n76 |