IpswichMapper / SwiftAddress

The fastest way to collect housenumbers for OpenStreetMap
GNU General Public License v3.0
20 stars 1 forks source link

Changing street names #13

Closed BrackoNe closed 3 years ago

BrackoNe commented 3 years ago

This one is enhancement.

You have implemented a great feature to grab a street name by reverse geocoding and to keep the surveyor informed by showing different color schemes for different street names. Really great!

Anyway, when the building is far away, it sometimes snaps to the wrong street, so my proposals are:

IpswichMapper commented 3 years ago

Done. 1f8d0cc

I chose to use a different solution to what you suggested. I still kept the textbox, but instead I used a type of textbox called "autocompletetextview". This automatically starts showing suggestions when you are typing in the street name:

Screenshot_20210222-112232_SwiftAddress

BrackoNe commented 3 years ago

Great! Thanks!