Skip to content

Commit e887c12

Browse files
committed
Load elevation tiles directly from Esri
1 parent 0307b21 commit e887c12

File tree

10 files changed

+206
-166
lines changed

10 files changed

+206
-166
lines changed

package-lock.json

Lines changed: 108 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
"dagre": "^0.8.5",
6868
"dagre-d3": "^0.6.4",
6969
"earcut": "^2.2.2",
70+
"lerc": "^4.0.4",
71+
"path-browserify": "^1.0.1",
7072
"pbf": "^3.2.1",
7173
"polybooljs": "^1.2.0",
7274
"polylabel": "^1.1.0",
@@ -78,6 +80,7 @@
7880
"recoil": "^0.7.6",
7981
"simplify-js": "^1.2.4",
8082
"straight-skeleton": "^2.0.1",
81-
"suncalc": "^1.8.0"
83+
"suncalc": "^1.8.0",
84+
"url": "^0.11.4"
8285
}
8386
}

src/app/Config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ const Config = {
142142
],
143143
TileServerEndpoint: 'https://tiles.streets.gl',
144144
SlippyEndpointTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
145-
ElevationEndpointTemplate: 'https://tiles.streets.gl/elevation/{z}/{x}/{y}',
146145
TilesEndpointTemplate: 'https://tiles.streets.gl/vector/{z}/{x}/{y}'
147146
};
148147

0 commit comments

Comments
 (0)