QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
Viewer3DTileQuery.cc File Reference
#include "Viewer3DTileQuery.h"
#include "QGCLoggingCategory.h"
#include "MapProvider.h"
#include "QGCMapUrlEngine.h"
#include <QtGui/QPainter>
#include <QtGui/QPixmap>
#include <QtNetwork/QNetworkAccessManager>
#include <cmath>
+ Include dependency graph for Viewer3DTileQuery.cc:

Go to the source code of this file.

Variables

static constexpr int kMaxTileCounts = 200
 
static constexpr int kMaxZoomLevel = 23
 

Variable Documentation

◆ kMaxTileCounts

constexpr int kMaxTileCounts = 200
staticconstexpr

Definition at line 15 of file Viewer3DTileQuery.cc.

Referenced by Viewer3DTileQuery::adaptiveMapTilesLoader().

◆ kMaxZoomLevel

constexpr int kMaxZoomLevel = 23
staticconstexpr

Definition at line 16 of file Viewer3DTileQuery.cc.

Referenced by Viewer3DTileQuery::adaptiveMapTilesLoader().