Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc for WgsWfsParameters
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 896b923 commit 9aed745
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/server/services/wfs/qgswfsparameters.h
Expand Up @@ -40,6 +40,7 @@ namespace QgsWfs
Q_GADGET

public:
//! Available parameters for WFS requests
enum ParameterName
{
OUTPUTFORMAT,
Expand All @@ -58,6 +59,7 @@ namespace QgsWfs
};
Q_ENUM( ParameterName )

//! Output format
enum Format
{
NONE,
Expand All @@ -67,6 +69,7 @@ namespace QgsWfs
XSD
};

//! Type of results
enum ResultType
{
RESULTS,
Expand Down Expand Up @@ -117,8 +120,6 @@ namespace QgsWfs
*/
QString version() const;

bool fake() { return true; }

/**
* Returns VERSION parameter if defined or its default value.
* \returns version
Expand Down

0 comments on commit 9aed745

Please sign in to comment.