2013-01-28 19:48:13 +01:00
|
|
|
<Map srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over" background-color="steelblue" minimum-version="0.7.2">
|
2011-06-29 01:23:33 +02:00
|
|
|
<Style name="style">
|
|
|
|
|
|
|
|
<!-- Asia - default dark color behind light polygon
|
|
|
|
leads to "ghost lines" show-through
|
|
|
|
-->
|
|
|
|
|
|
|
|
<Rule>
|
|
|
|
<PolygonPatternSymbolizer alignment="global" file="../images/stripes_pattern.png"/>
|
|
|
|
</Rule>
|
|
|
|
</Style>
|
2013-01-28 19:48:13 +01:00
|
|
|
<Layer name="world" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
|
2011-06-29 01:23:33 +02:00
|
|
|
<StyleName>style</StyleName>
|
|
|
|
<Datasource>
|
|
|
|
<Parameter name="file">../../data/shp/world_merc</Parameter>
|
|
|
|
<Parameter name="type">shape</Parameter>
|
|
|
|
</Datasource>
|
|
|
|
</Layer>
|
|
|
|
</Map>
|