mapnik/tests/data/good_maps/building_symbolizer.xml

17 lines
532 B
XML
Raw Normal View History

2011-02-05 04:21:22 +01:00
<Map background-color="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs" minimum-version="0.7.2">
2009-07-24 08:12:54 +02:00
<Style name="test">
<Rule>
2011-02-05 04:21:22 +01:00
<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>