mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
17 lines
637 B
Python
17 lines
637 B
Python
# The following has been generated automatically from src/core/vectortile/qgsvectortilelayer.h
|
|
try:
|
|
QgsVectorTileLayer.__attribute_docs__ = {'transformContext': 'Coordinate transform context', 'selectionChanged': 'Emitted whenever the selected features in the layer are changed.\n\n.. versionadded:: 3.28\n'}
|
|
except NameError:
|
|
pass
|
|
QgsVectorTileLayer.LayerOptions.__doc__ = """Setting options for loading vector tile layers.
|
|
|
|
.. versionadded:: 3.22"""
|
|
try:
|
|
QgsVectorTileLayer.__group__ = ['vectortile']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsVectorTileLayer.LayerOptions.__group__ = ['vectortile']
|
|
except NameError:
|
|
pass
|