-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Different buildings sharing same housenumber #712
Comments
Eh, where is this? (at least the country…) |
Germany, Northern Bavaria, "Mittelfranken".
Am 28. November 2017 10:43:59 MEZ schrieb rugk <notifications@github.com>:
…> (at least in the area where I live).
Eh, where is this? (at least the country…)
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#712 (comment)
|
You'll want to read #205 .
Well, whoever individual is doing that, should stop that. You entered valid and valuable data there. The fact that it is incomplete from the perspective of usability for routing is no excuse to delete it. But this is only assuming that someone really is deleting this information over and over. If this is the case, you need to deal with that person (and this report be closed). Let's assume that it is a bug in the app, that it is somehow not applying your changes. Can you give a link to a building for which the problem occured? |
It*s definitely not an application bug, the changes can be seen in the OSM database. I had a closer look at the changesets. I noticed that for some buildings streetnames were just added, whereas for others the housenumbers have been deleted instead. Difference between the two: Deleted ones were buildings that have the same number as neighbouring buildings, as for example on a school or university campus or on a smaller scale several houses around a courtyard sharing the same number. So this seems to be an general OSM tagging/attribute issue when several buildings with the same housenumber are concerned. |
Can you show an example of buildings that have no own housenumber? Do they not have entrances? Or are they not buildings from which it could be expected that they have? Or what? |
Also, this is probably a duplicate of #351 (comment) then |
Each one is a building which shares its housenumber with other buildings, but is a physically separate entity. Examples: https://www.openstreetmap.org/way/264577185 https://www.openstreetmap.org/way/81093316 https://www.openstreetmap.org/way/32520201 |
Some buildings could be building:part Willstätter-Gymnasium should have the housenumber on the school outline, too. Than this app would not ask for the number |
I am trying that, just added the housenumber there. Is there a way to get Streetcomplete to reload quests to test if this is working?
I don't quite understand that suggestion. |
Not now #706
The current ways (for example this) could be building:part and a new outline with building=* could be around the old ways and holds the address. |
Ok, so I had to do it the hard way. :-) Before that I assigned the address to the School outline as suggested. Both approaches seem to work ok for now. This leaves the university. There also exist buildings that share addresses, but these addresses are not the same all over the university campus |
Hmm, speaking of OSM community approach, are you sure that this is an acceptable solution? So to be able to handle all cases, the app must allow its users to specify that a building has in fact no own address. This is planned for the next major release already, which makes this ticket a duplicate then. #351 |
I am not quite sure about the community, but I checked the housenumbering regulations of the city where I live (Nuremberg). It states:
Rough translation:
So a house number that is assigned to an arbitrary area is occurring and quite normal where I live and has to be somehow represented within OSM. This also means that the planned "has no address" selection is actually not solving this particular problem. (As the buildings in question do have a house number, but share it with several others on the same "estate") But the ticket should be closed nonetheless, as this specific situation can probably not be handled by this application (except perhaps by posting a note, which is ok.). |
I now repeatedly stumbled upon multiple reopened house number quests that I had already solved before.
When I took a closer look into it, I realized that house numbers without an associated streetname seem to be routinely deleted at certain intervals (at least in the area where I live).
This results in them showing up as quests in StreetComplete again and again and again....
Fast fix: don't show housenumber quests when there is no street already set for this house.
Possible long term fix: Allow also entering the streetname that the house belongs to if it is not set.
The text was updated successfully, but these errors were encountered: