mapnik/tests/data/good_maps/building_symbolizer.xml

17 lines
509 B
XML
Raw Normal View History

<Map background-color="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
2009-07-24 08:12:54 +02:00
<Style name="test">
<Rule>
<BuildingSymbolizer fill="yellow" fill-opacity=".7" height="30" />
2009-07-24 08:12:54 +02:00
</Rule>
</Style>
<Layer name="lay" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
<StyleName>test</StyleName>
<Datasource base="shp">
<Parameter name="type">shape</Parameter>
<Parameter name="file">../../data/shp/poly.shp</Parameter>
</Datasource>
</Layer>
</Map>