We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f15876 commit c5751fdCopy full SHA for c5751fd
src/geocoders/arcgis.js
@@ -25,7 +25,7 @@ export default {
25
params.token = this._key;
26
}
27
28
- getJSON(this.options.service_url + '/findAddressCandidates', params, function(data) {
+ getJSON(this.options.service_url + '/findAddressCandidates', L.extend(params, this.options.geocodingQueryParams), function(data) {
29
var results = [],
30
loc,
31
latLng,
0 commit comments