[mapserver-commits] r12028 - in
sandbox/inspire_soc2011/msautotest/wxs: . expected
svn at osgeo.org
svn at osgeo.org
Mon Aug 8 14:22:30 EDT 2011
Author: stefanl
Date: 2011-08-08 11:22:30 -0700 (Mon, 08 Aug 2011)
New Revision: 12028
Modified:
sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario1.map
sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario2.map
Log:
wms_bbox_extended necessary for inspire compliance
Modified: sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml 2011-08-08 18:22:30 UTC (rev 12028)
@@ -96,6 +96,7 @@
</KeywordList>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:4269</CRS>
+ <CRS>EPSG:3035</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -104,6 +105,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.65936e+06" miny="-755944" maxx="5.56257e+06" maxy="47805.6" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadarealayerstyletitle</Title>
@@ -120,8 +125,6 @@
<Keyword>myroadlinklayerkeyword1</Keyword>
<Keyword>myroadlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -130,6 +133,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadlinklayerstyletitle</Title>
@@ -159,8 +166,6 @@
<Keyword>myrailwaylinklayerkeyword1</Keyword>
<Keyword>myrailwaylinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -169,6 +174,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
@@ -186,8 +195,6 @@
<Keyword>myairlinklayerkeyword1</Keyword>
<Keyword>myairlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -196,6 +203,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
Modified: sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml 2011-08-08 18:22:30 UTC (rev 12028)
@@ -96,6 +96,7 @@
</KeywordList>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:4269</CRS>
+ <CRS>EPSG:3035</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -104,6 +105,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.65936e+06" miny="-755944" maxx="5.56257e+06" maxy="47805.6" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadarealayerstyletitle</Title>
@@ -120,8 +125,6 @@
<Keyword>myroadlinklayerkeyword1</Keyword>
<Keyword>myroadlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -130,6 +133,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadlinklayerstyletitle</Title>
@@ -159,8 +166,6 @@
<Keyword>myrailwaylinklayerkeyword1</Keyword>
<Keyword>myrailwaylinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -169,6 +174,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
@@ -186,8 +195,6 @@
<Keyword>myairlinklayerkeyword1</Keyword>
<Keyword>myairlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -196,6 +203,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
Modified: sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml 2011-08-08 18:22:30 UTC (rev 12028)
@@ -96,6 +96,7 @@
</KeywordList>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:4269</CRS>
+ <CRS>EPSG:3035</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -104,6 +105,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.65936e+06" miny="-755944" maxx="5.56257e+06" maxy="47805.6" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadarealayerstyletitle</Title>
@@ -120,8 +125,6 @@
<Keyword>myroadlinklayerkeyword1</Keyword>
<Keyword>myroadlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -130,6 +133,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadlinklayerstyletitle</Title>
@@ -159,8 +166,6 @@
<Keyword>myrailwaylinklayerkeyword1</Keyword>
<Keyword>myrailwaylinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -169,6 +174,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
@@ -186,8 +195,6 @@
<Keyword>myairlinklayerkeyword1</Keyword>
<Keyword>myairlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -196,6 +203,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
Modified: sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml 2011-08-08 18:22:30 UTC (rev 12028)
@@ -115,6 +115,7 @@
</KeywordList>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:4269</CRS>
+ <CRS>EPSG:3035</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -123,6 +124,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.65936e+06" miny="-755944" maxx="5.56257e+06" maxy="47805.6" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadarealayerstyletitle</Title>
@@ -139,8 +144,6 @@
<Keyword>myroadlinklayerkeyword1</Keyword>
<Keyword>myroadlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -149,6 +152,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadlinklayerstyletitle</Title>
@@ -178,8 +185,6 @@
<Keyword>myrailwaylinklayerkeyword1</Keyword>
<Keyword>myrailwaylinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -188,6 +193,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
@@ -205,8 +214,6 @@
<Keyword>myairlinklayerkeyword1</Keyword>
<Keyword>myairlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -215,6 +222,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
Modified: sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml 2011-08-08 18:22:30 UTC (rev 12028)
@@ -115,6 +115,7 @@
</KeywordList>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:4269</CRS>
+ <CRS>EPSG:3035</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -123,6 +124,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.65936e+06" miny="-755944" maxx="5.56257e+06" maxy="47805.6" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadarealayerstyletitle</Title>
@@ -139,8 +144,6 @@
<Keyword>myroadlinklayerkeyword1</Keyword>
<Keyword>myroadlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -149,6 +152,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadlinklayerstyletitle</Title>
@@ -178,8 +185,6 @@
<Keyword>myrailwaylinklayerkeyword1</Keyword>
<Keyword>myrailwaylinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -188,6 +193,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
@@ -205,8 +214,6 @@
<Keyword>myairlinklayerkeyword1</Keyword>
<Keyword>myairlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -215,6 +222,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
Modified: sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml 2011-08-08 18:22:30 UTC (rev 12028)
@@ -115,6 +115,7 @@
</KeywordList>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:4269</CRS>
+ <CRS>EPSG:3035</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -123,6 +124,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.65936e+06" miny="-755944" maxx="5.56257e+06" maxy="47805.6" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadarealayerstyletitle</Title>
@@ -139,8 +144,6 @@
<Keyword>myroadlinklayerkeyword1</Keyword>
<Keyword>myroadlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -149,6 +152,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>myroadlinklayerstyletitle</Title>
@@ -178,8 +185,6 @@
<Keyword>myrailwaylinklayerkeyword1</Keyword>
<Keyword>myrailwaylinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -188,6 +193,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
@@ -205,8 +214,6 @@
<Keyword>myairlinklayerkeyword1</Keyword>
<Keyword>myairlinklayerkeyword2</Keyword>
</KeywordList>
- <CRS>EPSG:4326</CRS>
- <CRS>EPSG:4269</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-66.6333</westBoundLongitude>
<eastBoundLongitude>-59.2921</eastBoundLongitude>
@@ -215,6 +222,10 @@
</EX_GeographicBoundingBox>
<BoundingBox CRS="EPSG:4326"
minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:4269"
+ minx="42.3821" miny="-66.6333" maxx="48.2955" maxy="-59.2921" />
+ <BoundingBox CRS="EPSG:3035"
+ minx="4.90936e+06" miny="-622089" maxx="5.34642e+06" maxy="-91098.1" />
<Style>
<Name>inspire_common:DEFAULT</Name>
<Title>inspire_common:DEFAULT</Title>
Modified: sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario1.map
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario1.map 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario1.map 2011-08-08 18:22:30 UTC (rev 12028)
@@ -83,7 +83,8 @@
#"wms_keywordlist" "ignoredkeyword1, ignoredkeyword2" #will be ignored
"wms_onlineresource" "http://path/to/onlineresource..."
"wms_updatesequence" "myupdatesequence"
- "wms_srs" "EPSG:4326 EPSG:4269"
+ "wms_srs" "EPSG:4326 EPSG:4269 EPSG:3035"
+ "wms_bbox_extended" "true"
"wms_schemas_location" "http://schemas.opengis.net"
"wms_service_onlineresource" "http://www.mapserver.org/"
"wms_fees" "conditions unknown" #value either "no conditions apply"|default "conditions unknown"|<specific conditions>
@@ -133,7 +134,6 @@
"wms_abstract" "myroadlinklayerabstract" #to test fallback
"wms_abstract_ger" "myroadlinklayerabstractger"
"wms_keywordlist" "myroadlinklayerkeyword1,myroadlinklayerkeyword2"
- "wms_srs" "EPSG:4326 EPSG:4269"
"wms_style_inspire_common:DEFAULT_title" "myroadlinklayerstyletitle" #style title
"wms_style_inspire_common:DEFAULT_legendurl_width" "85" #override style legendurl (mandatory: width, height, format, href)
"wms_style_inspire_common:DEFAULT_legendurl_height" "40"
@@ -185,7 +185,6 @@
"wms_abstract" "myrailwaylinklayerabstract" #to test fallback
"wms_abstract_ger" "myrailwaylinklayerabstractger"
"wms_keywordlist" "myrailwaylinklayerkeyword1,myrailwaylinklayerkeyword2"
- "wms_srs" "EPSG:4326 EPSG:4269"
#"wms_style_inspire_common:DEFAULT_title" "myrailwaylayerstyletitle" #style title
#"wms_style_inspire_common:DEFAULT_legendurl_width" "85" #override style legendurl (mandatory: width, height, format, href)
#"wms_style_inspire_common:DEFAULT_legendurl_height" "40"
@@ -220,7 +219,6 @@
"wms_abstract" "myairlinklayerabstract" #to test fallback
"wms_abstract_ger" "myairlinklayerabstractger"
"wms_keywordlist" "myairlinklayerkeyword1,myairlinklayerkeyword2"
- "wms_srs" "EPSG:4326 EPSG:4269"
#"wms_style_inspire_common:DEFAULT_title" "myairlayerstyletitle" #style title
#"wms_style_inspire_common:DEFAULT_legendurl_width" "85" #override style legendurl (mandatory: width, height, format, href)
#"wms_style_inspire_common:DEFAULT_legendurl_height" "40"
Modified: sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario2.map
===================================================================
--- sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario2.map 2011-08-08 17:55:47 UTC (rev 12027)
+++ sandbox/inspire_soc2011/msautotest/wxs/wms_inspire_scenario2.map 2011-08-08 18:22:30 UTC (rev 12028)
@@ -85,7 +85,8 @@
#"wms_keywordlist" "ignoredkeyword1, ignoredkeyword2" #will be ignored
"wms_onlineresource" "http://path/to/onlineresource..."
"wms_updatesequence" "myupdatesequence"
- "wms_srs" "EPSG:4326 EPSG:4269"
+ "wms_srs" "EPSG:4326 EPSG:4269 EPSG:3035"
+ "wms_bbox_extended" "true"
"wms_schemas_location" "http://schemas.opengis.net"
"wms_service_onlineresource" "http://www.mapserver.org/"
"wms_fees" "conditions unknown" #value either "no conditions apply"|default "conditions unknown"|<specific conditions>
@@ -135,7 +136,6 @@
"wms_abstract" "myroadlinklayerabstract" #to test fallback
"wms_abstract_ger" "myroadlinklayerabstractger"
"wms_keywordlist" "myroadlinklayerkeyword1,myroadlinklayerkeyword2"
- "wms_srs" "EPSG:4326 EPSG:4269"
"wms_style_inspire_common:DEFAULT_title" "myroadlinklayerstyletitle" #style title
"wms_style_inspire_common:DEFAULT_legendurl_width" "85" #override style legendurl (mandatory: width, height, format, href)
"wms_style_inspire_common:DEFAULT_legendurl_height" "40"
@@ -187,7 +187,6 @@
"wms_abstract" "myrailwaylinklayerabstract" #to test fallback
"wms_abstract_ger" "myrailwaylinklayerabstractger"
"wms_keywordlist" "myrailwaylinklayerkeyword1,myrailwaylinklayerkeyword2"
- "wms_srs" "EPSG:4326 EPSG:4269"
#"wms_style_inspire_common:DEFAULT_title" "myrailwaylayerstyletitle" #style title
#"wms_style_inspire_common:DEFAULT_legendurl_width" "85" #override style legendurl (mandatory: width, height, format, href)
#"wms_style_inspire_common:DEFAULT_legendurl_height" "40"
@@ -222,7 +221,6 @@
"wms_abstract" "myairlinklayerabstract" #to test fallback
"wms_abstract_ger" "myairlinklayerabstractger"
"wms_keywordlist" "myairlinklayerkeyword1,myairlinklayerkeyword2"
- "wms_srs" "EPSG:4326 EPSG:4269"
#"wms_style_inspire_common:DEFAULT_title" "myairlayerstyletitle" #style title
#"wms_style_inspire_common:DEFAULT_legendurl_width" "85" #override style legendurl (mandatory: width, height, format, href)
#"wms_style_inspire_common:DEFAULT_legendurl_height" "40"
More information about the mapserver-commits
mailing list