[WFS/OAPIF] Define storageType()

Funded by Planet
This commit is contained in:
Even Rouault 2019-10-15 14:02:33 +02:00 committed by Nyall Dawson
parent 239ef6f5ef
commit 0d5f7dd700
2 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,8 @@ class QgsOapifProvider : public QgsVectorDataProvider
bool supportsSubsetString() const override { return true; }
QString storageType() const override { return QStringLiteral( "OGC API - Features" ); }
/* Inherited from QgsDataProvider */
QgsRectangle extent() const override;

View File

@ -98,6 +98,8 @@ class QgsWFSProvider : public QgsVectorDataProvider
QgsVectorDataProvider::Capabilities capabilities() const override;
QString storageType() const override { return QStringLiteral( "OGC WFS (Web Feature Service)" ); }
/* new functions */
QString geometryAttribute() const;