QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsmaplayer.h"
#include "qgsvectortilematrixset.h"
Go to the source code of this file.
Classes | |
struct | QgsVectorTileLayer::LayerOptions |
Setting options for loading vector tile layers. More... | |
class | QgsVectorTileLayer |
Implements a map layer that is dedicated to rendering of vector tiles. Vector tiles compared to "ordinary" vector layers are pre-processed data optimized for fast rendering. A dataset is provided with a series of zoom levels for different map scales. Each zoom level has a matrix of tiles that contain actual data. A single vector tile may be a a file stored on a local drive, requested over HTTP request or retrieved from a database. More... | |