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 287db7f commit 0a2e7a0Copy full SHA for 0a2e7a0
app/common/services/maps.js
@@ -31,7 +31,7 @@ function (
31
baselayers : {
32
satellite: {
33
name: 'Satellite',
34
- url: 'http://api.tiles.mapbox.com/v4/{mapid}/{z}/{x}/{y}.png?access_token={apikey}',
+ url: 'https://api.tiles.mapbox.com/v4/{mapid}/{z}/{x}/{y}.png?access_token={apikey}',
35
type: 'xyz',
36
layerOptions: {
37
apikey: CONST.MAPBOX_API_KEY,
@@ -41,7 +41,7 @@ function (
41
},
42
streets: {
43
name: 'Streets',
44
45
46
47
0 commit comments