Replies: 1 comment 1 reply
-
I personally parse the tiles and generate elevation data from it in my project. |
Beta Was this translation helpful? Give feedback.
-
I personally parse the tiles and generate elevation data from it in my project. |
Beta Was this translation helpful? Give feedback.
-
We have a function (queryTerrainElevation) to retrieve the elevation of a location in Terrain mode, which is very usefull for instance to display the elevation under the cursor or query the elevation along a line.
However, there is no equivalent to do this with a raster-dem when displaying a hillshade map. It could be very usefull as the purpose of hillshading is to show the relief and we don't necessarily want to activate the Terrain mode, which has a different look and is much more GPU heavy.
I would suggest to add a queryRasterElevation in the Camera class, just like queryTerrainElevation.
Beta Was this translation helpful? Give feedback.
All reactions