mapnik/tests/data/good_maps/datasource.xml
Dane Springmeyer 4361177fc2 formatting
2011-02-02 04:56:05 +00:00

22 lines
No EOL
613 B
XML

<!-- see: http://trac.mapnik.org/changeset/574 -->
<Map background-color="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
<Style name="test">
<Rule>
<PolygonSymbolizer />
</Rule>
</Style>
<Datasource name="shp">
<Parameter name="type">shape</Parameter>
<Parameter name="base">../../data/shp/</Parameter>
</Datasource>
<Layer name="lay" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
<StyleName>test</StyleName>
<Datasource base="shp">
<Parameter name="file">poly.shp</Parameter>
</Datasource>
</Layer>
</Map>