Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

12 lines
475 B
Python

# The following has been generated automatically from src/core/qgstiles.h
try:
QgsTileMatrix.fromWebMercator = staticmethod(QgsTileMatrix.fromWebMercator)
QgsTileMatrix.fromCustomDef = staticmethod(QgsTileMatrix.fromCustomDef)
QgsTileMatrix.fromTileMatrix = staticmethod(QgsTileMatrix.fromTileMatrix)
except (NameError, AttributeError):
pass
try:
QgsTileMatrixSet.__virtual_methods__ = ['readXml', 'writeXml']
except (NameError, AttributeError):
pass