You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SRTM30, dynamically applied to exported satellite raster plane
or user-provided custom WMS sources like shown in this comment Custom WMS as elevation #893 (comment) with for example ("https://data.geopf.fr/wms-r/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&STYLES=normal&FORMAT=image/geotiff&LAYERS=ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES&WIDTH=5000&HEIGHT=5000&CRS=EPSG:4326&BBOX={S},{W},{N},{E}", 'Geoplateforme', 'Elevation data from IGN')
The custom terrain sources can be bbox bounds templated string with {W} {S} {N} {E} templates. It does not seem that one can input standard WebMercator EPSG:3857 {z}, {x}, {y} templates - which would anyway not be meaningful without the tileResolution control, usually 256 or 512.
It would also be great to add support for other terrain encodings well used for serving terrain tiles. Especially, terrainRGB and terrarium.
I've added in the details section below some sources for elevation that use the TerrainRGB or Terrarium - some public and some behind API key. It could be useful to add support for TerrainRGB which most sources use, as well as Terrarium - quantized mesh is a different beast altogether, probably too complex to implement.
It's great being able to load a terrain of:
("https://data.geopf.fr/wms-r/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&STYLES=normal&FORMAT=image/geotiff&LAYERS=ELEVATION.ELEVATIONGRIDCOVERAGE.HIGHRES&WIDTH=5000&HEIGHT=5000&CRS=EPSG:4326&BBOX={S},{W},{N},{E}", 'Geoplateforme', 'Elevation data from IGN')The custom terrain sources can be bbox bounds templated string with
{W} {S} {N} {E}templates. It does not seem that one can input standard WebMercator EPSG:3857{z}, {x}, {y}templates - which would anyway not be meaningful without the tileResolution control, usually256 or 512.It would also be great to add support for other terrain encodings well used for serving terrain tiles. Especially,
terrainRGB and terrarium.height = -10000 + ((R * 256 * 256 + G * 256 + B) * 0.1)expression=(b1 * 256 + b2 + b3 / 256) - 32768I've added in the details section below some sources for elevation that use the TerrainRGB or Terrarium - some public and some behind API key. It could be useful to add support for TerrainRGB which most sources use, as well as Terrarium - quantized mesh is a different beast altogether, probably too complex to implement.
Terrain Tiles Sources
Also see aditional possible terrain data and wiesehahn + lidar-availability requests
https://api.maptiler.com/tiles/terrain-rgb-v2/{z}/{x}/{y}.webp?key={KEY}https://s3.amazonaws.com/elevation-tiles-prod/terrarium/${z}/${x}/${y}.pnghttps://api.mapbox.com/raster/v1/mapbox.mapbox-terrain-dem-v1/${z}/${x}/${y}.webp?sku=101UGFSzooBV0&access_token={KEY}https://tile.mapzen.com/mapzen/terrain/v1/terrarium/{z}/{x}/{y}.png