Skip to content

Commit

Permalink
🐛 Due change nominatim api, need to remove Trailing Slash to nominati…
Browse files Browse the repository at this point in the history
…m api (#466)
  • Loading branch information
volterra79 authored Aug 3, 2023
1 parent 4adcd3d commit 7293496
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 7293496

Please sign in to comment.