mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
Enable adjusting the reverse geocoder #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dgraf-gh on 6/6/2025
Since the first geocoder is limited to 15k requests per month it seems to be a good idea to let the user provide their own geocoder service.
Here we want to make that configurable.
It should be possible to have a list of available reverse geocoders and try to use them randomly. The user should be able to add one of their own. We will introduce placeholders for the url part for lat and long.
Geocoding services should disabled either by user request or if we encounter to many errors retrieving data. The user should be able to reenable them.
Also add a flag to a SignificantPlace so we can later see if it is already Geocoded