Skip to content

Commit

Permalink
🐛 Backport: #466
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Sep 14, 2023
1 parent a8e704b commit ca7b6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/g3w-ol/controls/geocodingcontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ca7b6c4

Please sign in to comment.