Skip to content

Commit c9a88c1

Browse files
committedFeb 10, 2014
[DEBUG] #8795 Potential WFS filtering issue
OpenLayers can't decode GetFeature response because QGS_NAMESPACE was not well formed
1 parent e57537d commit c9a88c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/mapserver/qgswfsserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
static const QString WFS_NAMESPACE = "http://www.opengis.net/wfs";
6565
static const QString GML_NAMESPACE = "http://www.opengis.net/gml";
6666
static const QString OGC_NAMESPACE = "http://www.opengis.net/ogc";
67-
static const QString QGS_NAMESPACE = "http://qgis.org/gml";
67+
static const QString QGS_NAMESPACE = "http://www.qgis.org/gml";
6868

6969
QgsWFSServer::QgsWFSServer( QMap<QString, QString> parameters )
7070
: mParameterMap( parameters )

0 commit comments

Comments
 (0)
Please sign in to comment.