GispoCoding / tarmo

Tarmo - Tampere Mobilemap
https://ulkoilutampereenseutu.fi/
MIT License
11 stars 3 forks source link

First WIP search implementation; add ids to all_points view #181

Closed Rikuoja closed 2 years ago

Rikuoja commented 2 years ago

Limitations:

-Objects only have ids in the all_points view for now. Also, only objects in the all_points view can be searched. (This means skiing tracks, paths etc. non-point geometries are not searchable at the moment. Will have to decide what to do with those.)

-Search layer stays visible (and other layers invisible) whenever there is a string in the search field. (Will probably have to empty the string automatically when the search field is closed, or something like that?)

-The search menu is ugly. Work for @Kaemppi to improve it :)

-The search menu doesn't scroll. Only a few first hits are visible & there might be hundreds of points in the list.

image