Added originId property to Photon API response.

Corrected endpoint url for Photon to .io TLD.
This commit is contained in:
Davey Faherty
2025-06-18 17:36:06 +01:00
committed by setop
parent 96ba7d569e
commit 7bfe83b899
2 changed files with 3 additions and 2 deletions

View File

@@ -242,7 +242,7 @@ config :mobilizon, Mobilizon.Service.Geospatial.Nominatim,
config :mobilizon, Mobilizon.Service.Geospatial.Addok,
endpoint: "https://api-adresse.data.gouv.fr"
config :mobilizon, Mobilizon.Service.Geospatial.Photon, endpoint: "https://photon.komoot.de"
config :mobilizon, Mobilizon.Service.Geospatial.Photon, endpoint: "https://photon.komoot.io"
config :mobilizon, Mobilizon.Service.Geospatial.GoogleMaps,
api_key: nil,