mapnik/tests/data/good_maps/wgs842merc_reprojection.xml
2013-01-28 14:03:32 -05:00

15 lines
No EOL
710 B
XML

<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">
<Style name="My Style">
<Rule>
<PolygonSymbolizer fill="#f2eff9"/><LineSymbolizer stroke="rgb(50%,50%,50%)" stroke-width="0.1"/></Rule>
</Style>
<Layer name="world" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
<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>