GispoCoding / tarmo

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

Add search tool #104

Closed SannaJokela closed 2 years ago

SannaJokela commented 2 years ago

Search toolbar for place names & addresses.

Check the possibility to use e.g. Digitransit API for the search.

Also might be reasonable to show search results also from the datasets?

User story

  1. user clicks the search icon
  2. user writes down an (address)/POI name
  3. user receives a list of possible places ==> from the max extent of the data
  4. user clicks the wanted place
  5. map shows the place ==> flies to the place (activate the wanted featurecategory at the same time)

Need:

SannaJokela commented 2 years ago

@anniinakovalainen if you have some mockups on this, it would be great!

Rikuoja commented 2 years ago

Will test out if using tileserver CQL queries is sufficient for finding text in the database.

If it is too slow, or too difficult to implement due to tiling restrictions, plan B might be Elasticsearch or another SQL client with fast full-text search?

Rikuoja commented 2 years ago

First search implementation done. UI will be improved.