Fix search URL for locations

master
Jonas Letzbor 2023-09-08 16:15:23 +02:00
parent 5ca6a0d601
commit a7362fe2be
Signed by: RPJosh
GPG Key ID: 46D72F589702E55A
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@
},
geocode: function(query, cb, context) {
L.Control.Geocoder.jsonp(this.options.serviceUrl + 'search/', L.extend({
L.Control.Geocoder.jsonp(this.options.serviceUrl + 'search', L.extend({
q: query,
limit: 5,
format: 'json',