mapnik/tests/data/good_maps/datasource.xml

21 lines
635 B
XML
Raw Normal View History

2011-02-05 04:21:22 +01:00
<!-- see: http://trac.mapnik.org/changeset/574 --><Map background-color="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs" minimum-version="0.7.2">
2010-08-19 20:52:48 +02:00
<Style name="test">
<Rule>
2011-02-05 04:21:22 +01:00
<PolygonSymbolizer/>
2010-08-19 20:52:48 +02:00
</Rule>
</Style>
<Datasource name="shp">
2011-02-02 05:56:05 +01:00
<Parameter name="type">shape</Parameter>
<Parameter name="base">../../data/shp/</Parameter>
2010-08-19 20:52:48 +02:00
</Datasource>
2009-07-24 08:12:54 +02:00
<Layer name="lay" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
<StyleName>test</StyleName>
<Datasource base="shp">
2010-08-19 20:52:48 +02:00
<Parameter name="file">poly.shp</Parameter>
</Datasource>
</Layer>
</Map>