-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support addr:place
in the Address preset
#2898
Comments
That whenever this feature request should be implemented, please have a validation that addr:place can only be added to an object when addr:street is NOT used. Because according to the OSM wiki definition these two keys should not co-exist on an object! |
I guess it could be solved by adding a tickbox which would swap |
I second this as very much needed (as many as 6M uses of addr:place worldwide). There are many confused newbies, here's one: http://www.openstreetmap.org/changeset/47780046 . They always struggle with it, and it's not even their fault. @bhousel If you need help on figuring out how to do this properly UX-wise, I think you may ask out on the mailing list. I don't know about other countries, but in our case it would suffice to have "place with street names"/"place without street names" option, or a tickbox with "address without a street name" which as mentioned would change "street" to "place". |
Yes, I am ok with sticking a radio button somewhere at the top of the address block in the situation where a country has multiple alternate address formats. This is extra complicated though because iD would need to:
|
So, I think: The only problem comes when |
I don't really think there is a need for alternate per-country address formats. In this wiki article all the examples use the same addressing format for addr:place. Ok, all the examples are from three countries only, but really, how many addressing schemas can you imagine? ;) Now, maybe we should check if there are other cases for addr:place than villages? like e.g. some areas in the cities that have just common place name and number in addition to addr:city? As for editing existing addresses - I'd suggest the same as Natsuyasumi. And if both addr:place and addr:street are present (or both absent) the radio button should be ticked for address with streets. |
@rmikke Of course there is a need for different address formats - you can see how Czech or Japan address formats are different from Polish or German formats. In the article you provided there is a big bolded text explaining that addr:place does not mean a part of city - addr:suburb should be used instead. If you want to check addresses with addr:place != addr:city you can play around with this Overpass query. |
We have the same situation in Slovenia. Smaller villages do not have street system and in these places the addresses are name_of_place + number, or in OSM schema: Currently the address format is Lines 33 to 39 in 960e896
but that would need to be changed to easily support setting addr:place instead of addr: street .
It would be trivial to show both input fields, but users would be confused, and likely set them both to the same value, instead of leaving one empty. A good compromise would be to introduce a new input type, eg |
Some villages don't have street names, but use the place name instead of a street name in addresses.
This is very common in my region. For instance the village Hohlweiler belongs to the city Scheinfeld and has no street names. Addresses are of the scheme: (name), Hohlweiler (housenumber), 91443 Scheinfeld.
The OSM wiki recommends using
addr:place
instead ofaddr:street
in those cases. iD only supportsaddr:street
. It would be nice to be able to select wether to inputaddr:place
oraddr:street
and even better if there was some kind of automatic detection that the name matches up with the place name.The text was updated successfully, but these errors were encountered: