Skip to content

Commit e472b8e

Browse files
committed
switch to https for mapilary tiles url.
revert to json file extension
1 parent d93edc2 commit e472b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

widgets/Mapillary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ define([
119119

120120
layerOptions: {},
121121
defaultLayerOptions: {
122-
url: require.toUrl('./widgets/Mapillary/mapillary-style.js'),
122+
url: require.toUrl('./widgets/Mapillary/mapillary-style.json'),
123123
id: 'mapillary',
124124
opacity: 0.6,
125125
visible: false

widgets/Mapillary/mapillary-style.js widgets/Mapillary/mapillary-style.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sources": {
44
"mapillary-source": {
55
"tiles": [
6-
"http://d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{y}.mvt"
6+
"https//d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{y}.mvt"
77
],
88
"type": "vector",
99
"minzoom": 0,

0 commit comments

Comments
 (0)