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:
Matthias Kuhn 2025-08-21 15:32:37 +02:00 committed by GitHub
commit a01ade35f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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