tests: more fixes to make epsg:4326 proj4 string consistent
This commit is contained in:
parent
ae5f4d26d1
commit
714ecf803d
4 changed files with 4 additions and 4 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue