mapnik/tests/data/good_maps/filesource.xml

21 lines
669 B
XML
Raw Normal View History

<Map background-color="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs" minimum-version="0.7.2">
<FileSource name="foo">../images/</FileSource>
<Style name="test">
<Rule>
2011-02-05 04:21:22 +01:00
<BuildingSymbolizer fill="darkred" fill-opacity="1" height="30"/>
<PointSymbolizer base="foo" file="dummy.png"/>
</Rule>
</Style>
<Layer name="lay" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs ">
<StyleName>test</StyleName>
<Datasource>
<Parameter name="type">shape</Parameter>
<Parameter name="base">../../data/shp/</Parameter>
<Parameter name="file">poly.shp</Parameter>
</Datasource>
</Layer>
</Map>