mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
9 lines
584 B
Python
9 lines
584 B
Python
# The following has been generated automatically from src/server/qgsserverogcapihandler.h
|
|
try:
|
|
QgsServerOgcApiHandler.parentLink = staticmethod(QgsServerOgcApiHandler.parentLink)
|
|
QgsServerOgcApiHandler.layerFromCollectionId = staticmethod(QgsServerOgcApiHandler.layerFromCollectionId)
|
|
QgsServerOgcApiHandler.__virtual_methods__ = ['parameters', 'tags', 'defaultContentType', 'handleRequest', 'values']
|
|
QgsServerOgcApiHandler.__abstract_methods__ = ['path', 'operationId', 'summary', 'description', 'linkTitle', 'linkType']
|
|
except (NameError, AttributeError):
|
|
pass
|