-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Ameliorate address quest (needed for India) #4718
Comments
All three should be possible. I'll mark it as an enhancement, so anybody interested can implement this. |
@letypequividelespoubelles is @westnordost is something like Helium314@965c06e ok for 2. a)? I won't work on the other parts of 2. as I guess b) is might be too much work for me (currently), and c) as well, plus I don't see how it would work realistically, as I found areas where almost 1000 m search radius would be necessary. |
@Helium314 Thanks
I don't know any other common ones in India so it should be enough (but India is huge).
Perfect. That way, will it be possible to add street and place tag ? (because some roads have name, so address is mainly place, but adding street in addition is better)
SC already remember street name, can't we implement the same for place ?
If 1), 2)a)b) are already implemented, c) is only the cherry on the cake so no need to spend too much time on this |
No change here, it's still the same place or street
I don't really understand. SC does not remember the street name in the address quest, only in the overlay. But the overlay remembers place name already. |
Looks like an improvement. Something that will have a much larger impact on the overall productivity with the housenumbers layer would be the following feature which is indicated a bit in b) / c):
This in most cases makes tapping on the street to fill in the street name or even typing it unnecessary. Some safeguards and edge cases need to be treated (e.g. user types in "4" first which matches with one street, but that types in "1" so it becomes "41" so it matches with another; or he types in "4" and this actually matches two streets). And the same as above but for place names. |
Are you sure ? It doesn't for me, just tried with v 50.2 from fdroid |
Oh... looks like that part has been broken somehow, and was accidentally fixed in Helium314@965c06e, even though it was not touched.
Right, that's vastly more efficient than looking for |
In #4753 we concluded that "it should be possible to do +1 / -1 for housenumber like C-246, it'll be faster." should rather be solved by allowing to enter |
Yes, thank you @Helium314 and @westnordost .
|
@Helium314 Do you plan to implement it or not ? |
Currently I have not plans to do so. I tried a month ago, and and found it to be much more work than #4751, as I first need more understanding in the code related to addresses. |
Use case
In India, a lot of addresses (at least where I live) are tagged with addr:housenumber=Letter-XXX & addr:place=* but no addr:street=*
It's really a pain to add addresses there (via the address overlay) because :
Proposed Solution
b) streetcomplete should remember the name of the place, so that we don't write it everytime
c) SC should propose name of nearby place when starting to write the name of the place to avoid errors
PS : for 2) it should be the same for the "What is the streetname of this housenumber" quest.
Thanks !
The text was updated successfully, but these errors were encountered: