Skip to content

Commit 9f2c65b

Browse files
authored
Merge pull request #30 from rzoller/fix-osm-urls
Fix OpenStreetMap URLs in examples
2 parents 78c2c05 + 4173af7 commit 9f2c65b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

1.0.0/example/osm.layer

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"attribution": "(c) OpenStreetMap contributors, CC-BY-SA",
77
"scheme": "xyz",
88
"tiles": [
9-
"http://a.tile.openstreetmap.org/${z}/${x}/${y}.png",
10-
"http://b.tile.openstreetmap.org/${z}/${x}/${y}.png",
11-
"http://c.tile.openstreetmap.org/${z}/${x}/${y}.png"
9+
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
10+
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
11+
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
1212
],
1313
"minzoom": 0,
1414
"maxzoom": 18,

2.0.0/example/osm.layer

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"attribution": "(c) OpenStreetMap contributors, CC-BY-SA",
77
"scheme": "xyz",
88
"tiles": [
9-
"http://a.tile.openstreetmap.org/${z}/${x}/${y}.png",
10-
"http://b.tile.openstreetmap.org/${z}/${x}/${y}.png",
11-
"http://c.tile.openstreetmap.org/${z}/${x}/${y}.png"
9+
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
10+
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
11+
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
1212
],
1313
"minzoom": 0,
1414
"maxzoom": 18,

2.0.1/example/osm.layer

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"attribution": "(c) OpenStreetMap contributors, CC-BY-SA",
77
"scheme": "xyz",
88
"tiles": [
9-
"http://a.tile.openstreetmap.org/${z}/${x}/${y}.png",
10-
"http://b.tile.openstreetmap.org/${z}/${x}/${y}.png",
11-
"http://c.tile.openstreetmap.org/${z}/${x}/${y}.png"
9+
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
10+
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
11+
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
1212
],
1313
"minzoom": 0,
1414
"maxzoom": 18,

2.1.0/example/osm.layer

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"attribution": "(c) OpenStreetMap contributors, CC-BY-SA",
77
"scheme": "xyz",
88
"tiles": [
9-
"http://a.tile.openstreetmap.org/${z}/${x}/${y}.png",
10-
"http://b.tile.openstreetmap.org/${z}/${x}/${y}.png",
11-
"http://c.tile.openstreetmap.org/${z}/${x}/${y}.png"
9+
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
10+
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
11+
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
1212
],
1313
"minzoom": 0,
1414
"maxzoom": 18,

2.2.0/example/osm.layer

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"attribution": "(c) OpenStreetMap contributors, CC-BY-SA",
77
"scheme": "xyz",
88
"tiles": [
9-
"http://a.tile.openstreetmap.org/${z}/${x}/${y}.png",
10-
"http://b.tile.openstreetmap.org/${z}/${x}/${y}.png",
11-
"http://c.tile.openstreetmap.org/${z}/${x}/${y}.png"
9+
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
10+
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
11+
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
1212
],
1313
"minzoom": 0,
1414
"maxzoom": 18,

0 commit comments

Comments
 (0)