QGIS/python/core/auto_additions/qgsvectortilebasicrenderer.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

13 lines
777 B
Python

# The following has been generated automatically from src/core/vectortile/qgsvectortilebasicrenderer.h
try:
QgsVectorTileBasicRenderer.simpleStyle = staticmethod(QgsVectorTileBasicRenderer.simpleStyle)
QgsVectorTileBasicRenderer.simpleStyleWithRandomColors = staticmethod(QgsVectorTileBasicRenderer.simpleStyleWithRandomColors)
QgsVectorTileBasicRenderer.__overridden_methods__ = ['type', 'clone', 'startRender', 'requiredLayers', 'stopRender', 'renderBackground', 'renderTile', 'renderSelectedFeatures', 'willRenderFeature', 'writeXml', 'readXml']
QgsVectorTileBasicRenderer.__group__ = ['vectortile']
except (NameError, AttributeError):
pass
try:
QgsVectorTileBasicRendererStyle.__group__ = ['vectortile']
except (NameError, AttributeError):
pass