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:
parent
089e2af666
commit
3e84e6f960
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user