Skip to content

Commit

Permalink
propagate geocodeQueryParams (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeomat authored and perliedman committed Jan 14, 2019
1 parent 8f15876 commit c5751fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geocoders/arcgis.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
params.token = this._key;
}

getJSON(this.options.service_url + '/findAddressCandidates', params, function(data) {
getJSON(this.options.service_url + '/findAddressCandidates', L.extend(params, this.options.geocodingQueryParams), function(data) {
var results = [],
loc,
latLng,
Expand Down

0 comments on commit c5751fd

Please sign in to comment.