[mapserver-commits] r9773 - in trunk: mapserver msautotest/wxs
msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Wed Feb 3 12:34:34 EST 2010
Author: tomkralidis
Date: 2010-02-03 12:34:31 -0500 (Wed, 03 Feb 2010)
New Revision: 9773
Modified:
trunk/mapserver/mapwms.c
trunk/msautotest/wxs/expected/wms_get_caps.xml
trunk/msautotest/wxs/tomk_workshop.map
Log:
fix minor typo and add to msautotest
Modified: trunk/mapserver/mapwms.c
===================================================================
--- trunk/mapserver/mapwms.c 2010-02-03 17:04:22 UTC (rev 9772)
+++ trunk/mapserver/mapwms.c 2010-02-03 17:34:31 UTC (rev 9773)
@@ -1614,7 +1614,7 @@
OWS_NOERR, " <Identifier authority=\"%s\">",
NULL);
msOWSPrintEncodeMetadata(stdout, &(lp->metadata), "MO", "identifier_value",
- OWS_NOERR, "%s</Identifier>\n>",
+ OWS_NOERR, "%s</Identifier>\n",
NULL);
}
else if ( pszWMSIdentifierAuthority || pszWMSIdentifierValue )
Modified: trunk/msautotest/wxs/expected/wms_get_caps.xml
===================================================================
(Binary files differ)
Modified: trunk/msautotest/wxs/tomk_workshop.map
===================================================================
--- trunk/msautotest/wxs/tomk_workshop.map 2010-02-03 17:04:22 UTC (rev 9772)
+++ trunk/msautotest/wxs/tomk_workshop.map 2010-02-03 17:34:31 UTC (rev 9773)
@@ -419,6 +419,19 @@
# sets /WMT_MS_Capabilities/Capability/Layer/*/DataURL/OnlineResource/@xlink:href
"wms_dataurl_href" "http://earthobservatory.nasa.gov/Newsroom/BlueMarble/Images/land_shallow_topo_2048.tif"
+
+ # sets /WMT_MS_Capabilities/Capability/Layer/*/AuthorityURL at name
+ "wms_authorityurl_name" "nasa"
+
+ # sets /WMT_MS_Capabilities/Capability/Layer/*/AuthorityURL/OnlineResource/@xlink:href
+ "wms_authorityurl_href" "http://visibleearth.nasa.gov/view_set.php?categoryID=2355"
+
+ # sets /WMT_MS_Capabilities/Capability/Layer/*/Identifier/@authority
+ "wms_identifier_authority" "nasa"
+
+ # sets /WMT_MS_Capabilities/Capability/Layer/*/Identifier
+ "wms_identifier_value" "bmng"
+
#To expose the RGB values
"gml_include_items" "all"
More information about the mapserver-commits
mailing list