16 #ifndef QGSTERRAINDOWNLOADER_H
17 #define QGSTERRAINDOWNLOADER_H
90 double findBestTileResolution(
double requestedMupp )
const;
95 static void adjustExtentAndResolution(
double mupp,
const QgsRectangle &extentOrig,
QgsRectangle &extent,
int &res );
101 static void tileImageToHeightMap(
const QImage &img, QByteArray &heightMap );
104 DataSource mDataSource;
105 std::unique_ptr<QgsRasterLayer> mOnlineDtm;
109 #endif // QGSTERRAINDOWNLOADER_H