Skip to content

Commit c5751fd

Browse files
neogeomatperliedman
authored andcommitted
propagate geocodeQueryParams (#226)
1 parent 8f15876 commit c5751fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geocoders/arcgis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
params.token = this._key;
2626
}
2727

28-
getJSON(this.options.service_url + '/findAddressCandidates', params, function(data) {
28+
getJSON(this.options.service_url + '/findAddressCandidates', L.extend(params, this.options.geocodingQueryParams), function(data) {
2929
var results = [],
3030
loc,
3131
latLng,

0 commit comments

Comments
 (0)