wtimme / OSM-Completionist

⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
ISC License
18 stars 4 forks source link

Expand OverPass Query Highlighter to ways (street, building) #19

Closed tordans closed 4 years ago

tordans commented 4 years ago

ATM, only nodes are highlighted. The feature is also interesting for areas and lines.

Example:

Bildschirmfoto 2020-01-03 um 04 22 31 Kopie Bildschirmfoto 2020-01-03 um 04 21 56 Kopie

wtimme commented 4 years ago

Thanks for the suggestion, @tordans!

This proved easier than expected, since the parser is type-agnostic and works with ways/buildings the same it works with objects.

Here's a preview:

osm-completionist-way-highlighting

I've also submitted a new TestFlight build that includes these changes. Please have a look and let me know how it works.

One thing that I noticed while testing is that we need to be able to have multiple quests/queries active at the same time (cp. #21). Switching back and forth between them gets tedious after some time.

tordans commented 4 years ago

A quick test worked great. Thanks!