mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
This commit adds a new option for showing annotation layers in 3d maps. From the annotation layer properties, 3d tab, users can set the layer to render as 3d billboards. When activated, all MARKERS from the layer will be shown as floating billboard symbols above the 3d map. (lines, polygons, and text items from the layer are ignored). Users have control over the terrain clamping and offset for the billboards, and whether or not "callout" lines should be shown (vertical lines joining the billboard to the corresponding location on the terrain surface)
10 lines
397 B
Python
10 lines
397 B
Python
# The following has been generated automatically from src/3d/qgsannotationlayer3drenderer.h
|
|
try:
|
|
QgsAnnotationLayer3DRendererMetadata.__overridden_methods__ = ['createRenderer']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsAnnotationLayer3DRenderer.__overridden_methods__ = ['type', 'clone', 'writeXml', 'readXml', 'resolveReferences']
|
|
except (NameError, AttributeError):
|
|
pass
|