hauke96 / GeoNotes

A simple app to create georeferences notes.
GNU General Public License v3.0
58 stars 10 forks source link

Filter notes on the map according to list filter #37

Open opk12 opened 3 years ago

opk12 commented 3 years ago

I collect points of interest on the phone as notes, during various trips across the same areas. At a later time, I upload them in an OpenStreetMap editor at home.

But OSM prefers geographically small changesets for technical reasons. So my typical query is "all the notes not far from this point" that are surveyed and ready to be upstreamed (#21) and contain the text "hydrant" (#34) because it is fast to make POIs similar to each other on OSM, thanks to copy-paste.

opk12 commented 3 years ago

I understand that a complex query mechanism may be too much for this app. If so, at least it would be convenient for me to

hauke96 commented 3 years ago

My question would be: Distance to what? The current center of the map? A selected point/coordinate on the map?

Maybe a general filter would be enough? I can imagine the following: When I filter the notes in the list (#34) then the filter also applies to all notes visible on the map. So when I search for "hydrant" all notes on the map then contain the word "hydrant" and I easily can see nearby hydrant-notes.

opk12 commented 3 years ago

Yes, applying a search filter to the slippy map may be sufficient for my use case.