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 2d2c89e commit 8f15876Copy full SHA for 8f15876
src/geocoders/arcgis.js
@@ -4,7 +4,7 @@ import { getJSON } from '../util';
4
export default {
5
class: L.Class.extend({
6
options: {
7
- service_url: 'http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer'
+ service_url: 'https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer'
8
},
9
10
initialize: function(accessToken, options) {
0 commit comments