[OpenLayers-Commits] r12353 - in branches/openlayers/2.11: .
tests/Format/WMSCapabilities
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sun Sep 11 11:14:29 EDT 2011
Author: crschmidt
Date: 2011-09-11 08:14:28 -0700 (Sun, 11 Sep 2011)
New Revision: 12353
Modified:
branches/openlayers/2.11/
branches/openlayers/2.11/tests/Format/WMSCapabilities/v1_1_1.html
Log:
Merge a fix for tests (Closes #3449)
Property changes on: branches/openlayers/2.11
___________________________________________________________________
Modified: svn:mergeinfo
- /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:12236,12248,12250,12252,12254,12267-12270,12317-12318
+ /sandbox/roberthl/openlayers:9745-9748
/trunk/openlayers:12236,12248,12250,12252,12254,12267-12270,12317-12318,12343
Modified: branches/openlayers/2.11/tests/Format/WMSCapabilities/v1_1_1.html
===================================================================
--- branches/openlayers/2.11/tests/Format/WMSCapabilities/v1_1_1.html 2011-09-09 15:53:10 UTC (rev 12352)
+++ branches/openlayers/2.11/tests/Format/WMSCapabilities/v1_1_1.html 2011-09-11 15:14:28 UTC (rev 12353)
@@ -535,13 +535,12 @@
<Layer>
<Title>Acme Corp. Map Server</Title>
<SRS>EPSG:4326</SRS>
+ <BoundingBox SRS="EPSG:4326"
+ minx="-1" miny="-1" maxx="1" maxy="1" resx="0.0" resy="0.0"/>
<AuthorityURL name="DIF_ID">
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:href="http://gcmd.gsfc.nasa.gov/difguide/whatisadif.html" />
</AuthorityURL>
- <BoundingBox SRS="EPSG:4326"
- minx="-1" miny="-1" maxx="1" maxy="1" resx="0.0" resy="0.0"/>
-
<Layer>
<Name>ROADS_RIVERS</Name>
<Title>Roads and Rivers</Title>
More information about the Commits
mailing list