mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
Merge pull request #62924 from qgis/backport-62864-to-release-3_44
[Backport release-3_44] Make QGIS 3D Mount Everest compatible
This commit is contained in:
commit
a01ade35f3
@ -42,7 +42,7 @@ void QgsTerrainGenerator::rootChunkHeightRange( float &hMin, float &hMax ) const
|
||||
{
|
||||
// TODO: makes sense to have kind of default implementation?
|
||||
hMin = 0;
|
||||
hMax = 400;
|
||||
hMax = 8848;
|
||||
}
|
||||
|
||||
float QgsTerrainGenerator::heightAt( double x, double y, const Qgs3DRenderContext &context ) const
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user