mapnik/tests/data/good_maps/building_symbolizer.xml
2011-10-14 20:11:09 -07:00

17 lines
No EOL
521 B
XML

<Map background-color="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs" minimum-version="0.7.2">
<Style name="test">
<Rule>
<BuildingSymbolizer fill="yellow" fill-opacity=".7" height="30"/>
</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="file">../../data/shp/poly.shp</Parameter>
</Datasource>
</Layer>
</Map>