mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
16 lines
1.1 KiB
Python
16 lines
1.1 KiB
Python
|
# The following has been generated automatically from src/core/vectortile/qgsvectortileutils.h
|
||
|
try:
|
||
|
QgsVectorTileUtils.updateUriSources = staticmethod(QgsVectorTileUtils.updateUriSources)
|
||
|
QgsVectorTileUtils.sortTilesByDistanceFromCenter = staticmethod(QgsVectorTileUtils.sortTilesByDistanceFromCenter)
|
||
|
QgsVectorTileUtils.tilePolygon = staticmethod(QgsVectorTileUtils.tilePolygon)
|
||
|
QgsVectorTileUtils.makeQgisFields = staticmethod(QgsVectorTileUtils.makeQgisFields)
|
||
|
QgsVectorTileUtils.scaleToZoom = staticmethod(QgsVectorTileUtils.scaleToZoom)
|
||
|
QgsVectorTileUtils.scaleToZoomLevel = staticmethod(QgsVectorTileUtils.scaleToZoomLevel)
|
||
|
QgsVectorTileUtils.makeVectorLayerForTile = staticmethod(QgsVectorTileUtils.makeVectorLayerForTile)
|
||
|
QgsVectorTileUtils.formatXYZUrlTemplate = staticmethod(QgsVectorTileUtils.formatXYZUrlTemplate)
|
||
|
QgsVectorTileUtils.checkXYZUrlTemplate = staticmethod(QgsVectorTileUtils.checkXYZUrlTemplate)
|
||
|
QgsVectorTileUtils.loadSprites = staticmethod(QgsVectorTileUtils.loadSprites)
|
||
|
QgsVectorTileUtils.__group__ = ['vectortile']
|
||
|
except NameError:
|
||
|
pass
|