[mapserver-commits] r9771 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Feb 3 11:20:48 EST 2010
Author: assefa
Date: 2010-02-03 11:20:48 -0500 (Wed, 03 Feb 2010)
New Revision: 9771
Modified:
trunk/mapserver/mapogcfilter.c
Log:
Generate EID element in the capabilites #3285
Modified: trunk/mapserver/mapogcfilter.c
===================================================================
--- trunk/mapserver/mapogcfilter.c 2010-02-01 22:39:56 UTC (rev 9770)
+++ trunk/mapserver/mapogcfilter.c 2010-02-03 16:20:48 UTC (rev 9771)
@@ -4100,8 +4100,8 @@
psSubNode = xmlNewChild(psNode, psNsOgc, BAD_CAST "ComparisonOperator", BAD_CAST "Between");
psNode = xmlNewChild(psRootNode, psNsOgc, BAD_CAST "Id_Capabilities", NULL);
+ xmlNewChild(psNode, psNsOgc, BAD_CAST "EID", NULL);
xmlNewChild(psNode, psNsOgc, BAD_CAST "FID", NULL);
-
return psRootNode;
}
#endif
More information about the mapserver-commits
mailing list