2009-07-24 08:12:54 +02:00
|
|
|
<Map bgcolor="steelblue" srs="+proj=longlat +ellps=airy +datum=OSGB36 +no_defs">
|
|
|
|
|
|
|
|
<Style name="test">
|
|
|
|
<Rule>
|
2010-06-01 23:58:24 +02: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>
|