Skip to content

Commit

Permalink
use https for default map
Browse files Browse the repository at this point in the history
  • Loading branch information
HIRANO-Satoshi committed Dec 6, 2017
1 parent e4394b8 commit 5299982
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/amd/leaflet-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define(['exports'], function (exports) {
base: [{
id: 'OSM Tiles',
type: 'tile',
url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
options: {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
Expand Down
2 changes: 1 addition & 1 deletion dist/aurelia-leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export var defaultLayers = {
{
id: 'OSM Tiles',
type: 'tile',
url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
options: {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/leaflet-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var defaultLayers = exports.defaultLayers = {
base: [{
id: 'OSM Tiles',
type: 'tile',
url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
options: {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/leaflet-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export var defaultLayers = {
base: [{
id: 'OSM Tiles',
type: 'tile',
url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
options: {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
Expand Down
2 changes: 1 addition & 1 deletion dist/native-modules/leaflet-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export var defaultLayers = {
base: [{
id: 'OSM Tiles',
type: 'tile',
url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
options: {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
Expand Down
2 changes: 1 addition & 1 deletion dist/system/leaflet-defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ System.register([], function (_export, _context) {
base: [{
id: 'OSM Tiles',
type: 'tile',
url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
options: {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
Expand Down

0 comments on commit 5299982

Please sign in to comment.