Skip to content

Commit 173b92b

Browse files
committed
Switch to mapterhorn for terrain
Mapterhorn/Cloudflare now host high quality global terrain files, so we don't need our hand made Seattle elevation map. They're hosting the same USGS 1M data mapterhorn/mapterhorn#183
1 parent ce1ed83 commit 173b92b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

maps/lrr24-map-style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"terrain": {"source": "terrain_rgb", "exaggeration": 2.0},
99
"sources": {
1010
"terrain_rgb": {
11-
"url": "pmtiles://https://static.raceconditionrunning.com/seattle_dem.pmtiles",
11+
"url": "https://tiles.mapterhorn.com/tilejson.json",
1212
"type": "raster-dem",
13-
"tileSize": 512
13+
"tileSize": 512,
14+
"encoding": "terrarium"
1415
},
1516
"planet": {
1617
"url": "pmtiles://https://static.raceconditionrunning.com/seattle_25.pmtiles",

maps/route-map-style.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
},
3030
"terrain_rgb": {
3131
"type": "raster-dem",
32-
"url": "pmtiles://https://static.raceconditionrunning.com/seattle_dem.pmtiles",
33-
"tileSize": 512
32+
"url": "https://tiles.mapterhorn.com/tilejson.json",
33+
"tileSize": 512,
34+
"encoding": "terrarium"
3435
},
3536
"distance-labels": {
3637
"type": "geojson",

0 commit comments

Comments
 (0)