Skip to content

Commit 8f15876

Browse files
neogeomatperliedman
authored andcommitted
changed http to https, was causing problem (#227)
1 parent 2d2c89e commit 8f15876

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
@@ -4,7 +4,7 @@ import { getJSON } from '../util';
44
export default {
55
class: L.Class.extend({
66
options: {
7-
service_url: 'http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer'
7+
service_url: 'https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer'
88
},
99

1010
initialize: function(accessToken, options) {

0 commit comments

Comments
 (0)