Enable adjusting the reverse geocoder #60

Closed
opened 2025-07-08 08:34:27 -04:00 by AtHeartEngineer · 0 comments

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

*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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/reitti#60