We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 066f84f commit 732b96eCopy full SHA for 732b96e
src/server/services/wcs/qgswcs.cpp
@@ -102,7 +102,7 @@ namespace QgsWcs
102
};
103
104
105
-} // namespace QgsWfs
+} // namespace QgsWcs
106
107
/**
108
* \ingroup server
src/server/services/wcs/qgswcsutils.h
@@ -58,7 +58,7 @@ namespace QgsWcs
58
//XXX At some point, should be moved to common library
59
QgsRectangle parseBbox( const QString &bboxStr );
60
61
- // Define namespaces used in WFS documents
+ // Define namespaces used in WCS documents
62
const QString WCS_NAMESPACE = QStringLiteral( "http://www.opengis.net/wcs" );
63
const QString GML_NAMESPACE = QStringLiteral( "http://www.opengis.net/gml" );
64
const QString OGC_NAMESPACE = QStringLiteral( "http://www.opengis.net/ogc" );
0 commit comments