[mapserver-commits] r7197 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Dec 20 12:08:20 EST 2007
Author: tomkralidis
Date: 2007-12-20 12:08:20 -0500 (Thu, 20 Dec 2007)
New Revision: 7197
Modified:
trunk/mapserver/mapogcsos.c
Log:
change sos:Content to sos:Contents (#2453)
Modified: trunk/mapserver/mapogcsos.c
===================================================================
--- trunk/mapserver/mapogcsos.c 2007-12-20 16:31:22 UTC (rev 7196)
+++ trunk/mapserver/mapogcsos.c 2007-12-20 17:08:20 UTC (rev 7197)
@@ -1274,7 +1274,7 @@
psTmpNode = xmlAddChild(psRootNode, FLTGetCapabilities(psNsOgc));
/*Offerings */
- psNode = xmlNewChild(psRootNode, NULL, BAD_CAST "Content", NULL);
+ psNode = xmlNewChild(psRootNode, NULL, BAD_CAST "Contents", NULL);
psMainNode = xmlNewChild(psNode, NULL, BAD_CAST "ObservationOfferingList", NULL);
@@ -2799,5 +2799,5 @@
free(sosparams->pszFeatureOfInterest);
}
}
-#endif /* defined(USE_WCS_SVR) && defined(USE_LIBXML2) */
+#endif /* defined(USE_SOS_SVR) && defined(USE_LIBXML2) */
More information about the mapserver-commits
mailing list