From ca7b6c493fb9f4b4bd6896c217e76c0466103afc Mon Sep 17 00:00:00 2001 From: volterra79 Date: Thu, 14 Sep 2023 15:57:55 +0200 Subject: [PATCH] :bug: Backport: https://github.com/g3w-suite/g3w-client/pull/466 --- src/app/g3w-ol/controls/geocodingcontrol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/g3w-ol/controls/geocodingcontrol.js b/src/app/g3w-ol/controls/geocodingcontrol.js index 9de65808a..1a8ee892a 100644 --- a/src/app/g3w-ol/controls/geocodingcontrol.js +++ b/src/app/g3w-ol/controls/geocodingcontrol.js @@ -252,7 +252,7 @@ class Nominatim { this.active = true; const extent = ol.proj.transformExtent(options.viewbox, options.mapCrs, 'EPSG:4326'); this.settings = { - url: 'https://nominatim.openstreetmap.org/search/', + url: 'https://nominatim.openstreetmap.org/search', params: { q: '', format: 'json',