colouring-montreal/tileserver/map_styles/polygon.xml

15 lines
389 B
XML
Raw Normal View History

2018-07-30 05:25:34 -04:00
<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>