mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
[WFS/OAPIF] Define storageType()
Funded by Planet
This commit is contained in:
parent
239ef6f5ef
commit
0d5f7dd700
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user