TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.16k stars 360 forks source link

Example of using ESRI ArcGisTerrainCatalogItem #5547

Open geospatialmapmashup opened 3 years ago

geospatialmapmashup commented 3 years ago

Do you have any config examples loading data from ESRI instead of using CesiumION We have mbtiles and GPKG with LERC2 ArcGIS Terrain /Elevation Tiles for use in Earth Explorer 3D Map online from our tile server and offline in the app- built in tile server. We wrote a dotnet core console app to build LERC2 Tiles. But we can also convert TPKX to MBTILES. https://docs-v8.terria.io/guide/connecting-to-data/catalog-type-details/arcgis-terrain/ Not as Catalog Item but as Config.json as the default terrain provider instead of CesiumION

jordanbess-theorem commented 3 years ago

Not been able to get this working with Next V8 Branch. anyone having anyluck loading the ESRI elevation/terrain data?