2013-01-28 20:03:32 +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="lightsteelblue">
|
2012-04-04 23:37:27 +02:00
|
|
|
<Style name="My Style">
|
|
|
|
<Rule>
|
|
|
|
<PolygonSymbolizer fill="#f2eff9"/><LineSymbolizer stroke="rgb(50%,50%,50%)" stroke-width="0.1"/></Rule>
|
|
|
|
</Style>
|
|
|
|
|
2013-01-25 10:04:51 +01:00
|
|
|
<Layer name="world" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
|
2012-04-04 23:37:27 +02:00
|
|
|
<StyleName>My Style</StyleName>
|
|
|
|
<Datasource>
|
|
|
|
<Parameter name="type">shape</Parameter>
|
|
|
|
<!-- from http://www.naturalearthdata.com/downloads/110m-cultural-vectors -->
|
|
|
|
<Parameter name="file">../shp/ne_110m_admin_0_countries.shp</Parameter>
|
|
|
|
</Datasource>
|
|
|
|
</Layer>
|
|
|
|
</Map>
|