You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I am working on #180 I discovered that the current Photon recommendation is not the best option in terms of data quality.
There is also the nominatim available as a docker container which can also import a dataset on startup.
The options are now:
replace photon with nominatim in the default docker-compose file, but keeping the support for Photon
keep Photon as it is and add documentation to switch it out to nominatim, also adding a new fixed nominatim geocoder option
I am hesitant since every user has to upgrade its compose-file to use the local nominatim instance and the configuration is slightly more difficult. At the moment the user has to change COUNTRY_CODE: de to its main country code. With nominatim, your first have:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Since I am working on #180 I discovered that the current Photon recommendation is not the best option in terms of data quality.
There is also the nominatim available as a docker container which can also import a dataset on startup.
The options are now:
I am hesitant since every user has to upgrade its compose-file to use the local nominatim instance and the configuration is slightly more difficult. At the moment the user has to change
COUNTRY_CODE: deto its main country code. With nominatim, your first have:1 vote ·
All reactions