Skip to content

Commit 6f1f096

Browse files
committed
Addresses OpenHistoricalMap/issues#1312 by packaging 0.9.13 with updated vtiles urls
1 parent 894fc4a commit 6f1f096

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

historical/historical.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sources": {
66
"osm": {
77
"type": "vector",
8-
"tiles": ["https://vtiles.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"]
8+
"tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
99
},
1010
"ohm_landcover_hillshade": {
1111
"type": "raster",

japanese_scroll/japanese_scroll.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sources": {
77
"osm": {
88
"type": "vector",
9-
"tiles": ["https://vtiles.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"]
9+
"tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
1010
},
1111
"ne": {
1212
"type": "vector",

railway/railway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sources": {
77
"osm": {
88
"type": "vector",
9-
"tiles": ["https://vtiles.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"]
9+
"tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
1010
},
1111
"ohm_landcover_hillshade": {
1212
"type": "raster",

woodblock/woodblock.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@
66
"sources": {
77
"osm": {
88
"type": "vector",
9-
"tiles": [
10-
"https://vtiles.staging.openhistoricalmap.org/maps/osm/{z}/{x}/{y}.pbf"
11-
]
9+
"tiles": ["https://vtiles.openhistoricalmap.org/maps/ohm/{z}/{x}/{y}.pbf"]
1210
},
1311
"ne": {
1412
"type": "vector",
1513
"tiles": [
16-
"https://vtiles.staging.openhistoricalmap.org/maps/ne/{z}/{x}/{y}.pbf"
14+
"https://vtiles.openhistoricalmap.org/maps/ne/{z}/{x}/{y}.pbf"
1715
]
1816
},
1917
"osm_land": {
2018
"type": "vector",
2119
"tiles": [
22-
"https://vtiles.staging.openhistoricalmap.org/maps/osm_land/{z}/{x}/{y}.pbf"
20+
"https://vtiles.openhistoricalmap.org/maps/osm_land/{z}/{x}/{y}.pbf"
2321
],
2422
"minzoom": 0,
2523
"maxzoom": 22,

0 commit comments

Comments
 (0)