15 lines
No EOL
460 B
XML
15 lines
No EOL
460 B
XML
<!-- see: http://trac.mapnik.org/changeset/574 -->
|
|
<Map bgcolor="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
|
|
|
|
<Datasource name="shp">
|
|
<Parameter name="file">../../data/shp/poly.shp</Parameter>
|
|
</Datasource>
|
|
|
|
<Layer name="lay" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
|
|
<StyleName>test</StyleName>
|
|
<Datasource base="shp">
|
|
<Parameter name="type">shape</Parameter>
|
|
</Datasource>
|
|
</Layer>
|
|
|
|
</Map> |