mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
12 lines
552 B
Python
12 lines
552 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.__group__ = ['vectortile']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsVectorTileBasicRendererStyle.__group__ = ['vectortile']
|
|
except (NameError, AttributeError):
|
|
pass
|