colouring-montreal/tileserver/map_styles/polygon.xml
2018-07-30 10:25:34 +01:00

15 lines
389 B
XML

<Map minimum-version="2.0.0">
<Style name="polygon">
<Rule>
<PolygonSymbolizer fill="#4682B477" />
<LineSymbolizer stroke="white" stroke-width="0.3" />
</Rule>
</Style>
<Style name="highlight">
<Rule>
<PolygonSymbolizer fill="#4682B4ff" />
<LineSymbolizer stroke="white" stroke-width="0.3" />
</Rule>
</Style>
</Map>