From 963ae0ce5fb249c6fedc553710cc65181000d140 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 27 Dec 2023 11:50:47 -0800 Subject: [PATCH] Use OpenStreetMap geocoder to work around API changes --- neon_utils/location_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neon_utils/location_utils.py b/neon_utils/location_utils.py index 6cbb721a..0234030f 100644 --- a/neon_utils/location_utils.py +++ b/neon_utils/location_utils.py @@ -39,7 +39,7 @@ # geocode.maps.co nominatim.openstreetmap.org -_NOMINATIM_DOMAIN = "geocode.maps.co" +_NOMINATIM_DOMAIN = "nominatim.openstreetmap.org" def set_nominatim_domain(domain: str):