@openhistoricalmap/map-styles 0.9.16 → 0.9.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@
14
14
  "ohm_landcover_hillshade": {
15
15
  "type": "raster",
16
16
  "tiles": [
17
- "https://static-tiles-lclu.s3.us-west-1.amazonaws.com/{z}/{x}/{y}.png"
17
+ "https://static-tiles.openhistoricalmap.org/{z}/{x}/{y}.png"
18
18
  ],
19
19
  "minzoom": 0,
20
20
  "maxzoom": 8,
@@ -17,7 +17,7 @@ ohmVectorStyles = {
17
17
  "ohm_landcover_hillshade": {
18
18
  "type": "raster",
19
19
  "tiles": [
20
- "https://static-tiles-lclu.s3.us-west-1.amazonaws.com/{z}/{x}/{y}.png"
20
+ "https://static-tiles.openhistoricalmap.org/{z}/{x}/{y}.png"
21
21
  ],
22
22
  "minzoom": 0,
23
23
  "maxzoom": 8,
@@ -18089,7 +18089,7 @@ ohmVectorStyles = {
18089
18089
  "ohm_landcover_hillshade": {
18090
18090
  "type": "raster",
18091
18091
  "tiles": [
18092
- "https://static-tiles-lclu.s3.us-west-1.amazonaws.com/{z}/{x}/{y}.png"
18092
+ "https://static-tiles.openhistoricalmap.org/{z}/{x}/{y}.png"
18093
18093
  ],
18094
18094
  "minzoom": 0,
18095
18095
  "maxzoom": 8,
@@ -15,7 +15,7 @@
15
15
  "ohm_landcover_hillshade": {
16
16
  "type": "raster",
17
17
  "tiles": [
18
- "https://static-tiles-lclu.s3.us-west-1.amazonaws.com/{z}/{x}/{y}.png"
18
+ "https://static-tiles.openhistoricalmap.org/{z}/{x}/{y}.png"
19
19
  ],
20
20
  "minzoom": 0,
21
21
  "maxzoom": 8,
@@ -10,7 +10,7 @@
10
10
  "ohm_landcover_hillshade": {
11
11
  "type": "raster",
12
12
  "tiles": [
13
- "https://static-tiles-lclu.s3.us-west-1.amazonaws.com/{z}/{x}/{y}.png"
13
+ "https://static-tiles.openhistoricalmap.org/{z}/{x}/{y}.png"
14
14
  ],
15
15
  "minzoom": 0,
16
16
  "maxzoom": 8,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openhistoricalmap/map-styles",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "description": "A collection of map styles for OpenHistoricalMap",
5
5
  "main": "''",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "ohm_landcover_hillshade": {
12
12
  "type": "raster",
13
13
  "tiles": [
14
- "https://static-tiles-lclu.s3.us-west-1.amazonaws.com/{z}/{x}/{y}.png"
14
+ "https://static-tiles.openhistoricalmap.org/{z}/{x}/{y}.png"
15
15
  ],
16
16
  "minzoom": 0,
17
17
  "maxzoom": 8,