mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
12 lines
475 B
Python
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
|