Skip to content

Commit

Permalink
[Server][WCS] clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Aug 20, 2018
1 parent 066f84f commit 732b96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/services/wcs/qgswcs.cpp
Expand Up @@ -102,7 +102,7 @@ namespace QgsWcs
};


} // namespace QgsWfs
} // namespace QgsWcs

/**
* \ingroup server
Expand Down
2 changes: 1 addition & 1 deletion src/server/services/wcs/qgswcsutils.h
Expand Up @@ -58,7 +58,7 @@ namespace QgsWcs
//XXX At some point, should be moved to common library
QgsRectangle parseBbox( const QString &bboxStr );

// Define namespaces used in WFS documents
// Define namespaces used in WCS documents
const QString WCS_NAMESPACE = QStringLiteral( "http://www.opengis.net/wcs" );
const QString GML_NAMESPACE = QStringLiteral( "http://www.opengis.net/gml" );
const QString OGC_NAMESPACE = QStringLiteral( "http://www.opengis.net/ogc" );
Expand Down

0 comments on commit 732b96e

Please sign in to comment.