Change line colour/thickness on Survival Map

- Blue lines instead of red
- Get thinner as you zoom out
- Disappear above a certain zoom level
This commit is contained in:
Mike Simpson 2023-08-10 14:14:32 +01:00
parent 089e2af666
commit 3e84e6f960

View File

@ -19,7 +19,19 @@
</Style> </Style>
<Style name="base_night_outlines"> <Style name="base_night_outlines">
<Rule> <Rule>
<LineSymbolizer stroke="#ff0000ff" stroke-width="1" /> <MaxScaleDenominator>20000</MaxScaleDenominator>
<MinScaleDenominator>1200</MinScaleDenominator>
<LineSymbolizer stroke="#0081AF" stroke-width="0.5"/>
</Rule>
<Rule>
<MaxScaleDenominator>12000</MaxScaleDenominator>
<MinScaleDenominator>8000</MinScaleDenominator>
<LineSymbolizer stroke="#0081AF" stroke-width="1.5"/>
</Rule>
<Rule>
<MaxScaleDenominator>8000</MaxScaleDenominator>
<MinScaleDenominator>0</MinScaleDenominator>
<LineSymbolizer stroke="#0081AF" stroke-width="2.5"/>
</Rule> </Rule>
</Style> </Style>
<Style name="base_boroughs"> <Style name="base_boroughs">