colouring-cities / colouring-dresden

GNU General Public License v3.0
0 stars 4 forks source link

adapt search box/ location search for Germany #14

Open traveller195 opened 1 year ago

traveller195 commented 1 year ago

compare: /var/www/colouring-london/app/src/frontend/map/search-box.tsx /var/www/colouring-london/app/src/frontend/map/search-box.css

perhaps, change search engine to nominatim API, which is running for German locations, as well ?

Aim is, that the user is able to type in locations in Germany (better: also within Dresden, Germany) to navigate easily to those locations

traveller195 commented 1 year ago

there are two options for the future: option A: changing searchbox in the database data to be able to use German postal codes and its polygons ... for the search option B: changing searchbox to use external nominatim geocoder API (or host an own instance of nominatim). it is OpenStreetMap based. and it can be used e.g. via npm packages offering interfaces for nominatim API

traveller195 commented 1 year ago

for tomorrow´s launch, the searchbox was commented out/ hidden:

see 6034b272df74c5a72b290f0f4cdfbe948c4aea95