tests: more fixes to make epsg:4326 proj4 string consistent

This commit is contained in:
Dane Springmeyer 2013-01-25 01:04:51 -08:00
parent ae5f4d26d1
commit 714ecf803d
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<Map srs="+proj=lonlat +ellps=WGS84 +datum=WGS84 +no_defs +over" background-color="lightsteelblue">
<Map srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs" background-color="lightsteelblue">
<Style name="My Style">
<Rule>
<PolygonSymbolizer fill="#f2eff9"/><LineSymbolizer stroke="rgb(50%,50%,50%)" stroke-width="0.1"/>

View file

@ -1,4 +1,4 @@
<Map srs="+proj=lonlat +ellps=WGS84 +datum=WGS84 +no_defs +over"
<Map srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
background-color="lightsteelblue">
<Style name="land">

View file

@ -1,4 +1,4 @@
<Map srs="+proj=lonlat +ellps=WGS84 +datum=WGS84 +no_defs +over"
<Map srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"
background-color="lightsteelblue">
<Style name="land">

View file

@ -4,7 +4,7 @@
<PolygonSymbolizer fill="#f2eff9"/><LineSymbolizer stroke="rgb(50%,50%,50%)" stroke-width="0.1"/></Rule>
</Style>
<Layer name="world" srs="+proj=lonlat +ellps=WGS84 +datum=WGS84 +no_defs +over">
<Layer name="world" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
<StyleName>My Style</StyleName>
<Datasource>
<Parameter name="type">shape</Parameter>