QGIS/python/core/auto_additions/qgselevationmap.py
2024-12-03 07:47:10 +00:00

7 lines
299 B
Python

# The following has been generated automatically from src/core/qgselevationmap.h
try:
QgsElevationMap.encodeElevation = staticmethod(QgsElevationMap.encodeElevation)
QgsElevationMap.decodeElevation = staticmethod(QgsElevationMap.decodeElevation)
except (NameError, AttributeError):
pass