QGIS/python/server/auto_additions/qgsserverogcapihandler.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

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