Skip to content

Commit 1813a9f

Browse files
committed
here: use HTTPS
Fixes #259.
1 parent 1d98bea commit 1813a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/geocoders/here.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { getJSON } from '../util';
33

44
export var HERE = L.Class.extend({
55
options: {
6-
geocodeUrl: 'http://geocoder.api.here.com/6.2/geocode.json',
7-
reverseGeocodeUrl: 'http://reverse.geocoder.api.here.com/6.2/reversegeocode.json',
6+
geocodeUrl: 'https://geocoder.api.here.com/6.2/geocode.json',
7+
reverseGeocodeUrl: 'https://reverse.geocoder.api.here.com/6.2/reversegeocode.json',
88
app_id: '<insert your app_id here>',
99
app_code: '<insert your app_code here>',
1010
geocodingQueryParams: {},

0 commit comments

Comments
 (0)