On 13/07/2023 17:27, Ricardo Ponte wrote:
> Hello everyone,
>
> After visiting the DEV instance of MapStore, specifically the 3D
> Viewers, I was wondering if MapStore supports elevation in Base Maps?
yes, you can use a pre-computed terrain cache, for example using
https://github.com/ahuarte47/cesium-terrain-builder/tree/master-quantized-mesh
- that's what we do with this config:
"terrainProvider": {
"type": "cesium",
"url": "
https://3d.craig.fr/terrain",
"requestVertexNormals": true
}
you can also use cesium-ion provided terrains.
--
Landry Breuil