StrandedKitty / streets-gl

🗺 OpenStreetMap 3D renderer powered by WebGL2
http://streets.gl
MIT License
656 stars 49 forks source link

How to create the elevation tiles from Esri? #184

Open Strubbl opened 4 months ago

Strubbl commented 4 months ago

I want to host streets-gl on my local machine. How can i create the elevation tiles from Esri for self-hosting? I mean the tiles which are configured with the ElevationEndpointTemplate:

https://github.com/StrandedKitty/streets-gl/blob/dev/src/app/Config.ts#L145

Strubbl commented 4 months ago

The current ElevationEndpointTemplate is redirecting to https://osm-tiles.ams3.cdn.digitaloceanspaces.com/elevation/ Who is providing these tiles?

camdenorrb commented 4 months ago

New here, but found this https://github.com/StrandedKitty/streets-gl/issues/46#issuecomment-1540936524

not sure what level ids are, but guessing they downloaded the start and end for each level then put it into a digitalocean s3 server

https://github.com/Esri/raster-tiles-compactcache/blob/master/CompactCacheV2.md

camdenorrb commented 4 months ago

I wonder how it compares to https://github.com/Jorl17/open-elevation/tree/master

camdenorrb commented 4 months ago

@StrandedKitty Any more insights we can get on this? Super curious