mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-29 17:23:47 +00:00
[styles] Added line rules for boundary=aboriginal_lands/national_park/protected_area.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
8aed02475a
commit
ee820c1baa
@@ -222,9 +222,18 @@ area|z10-17[boundary=national_park],
|
||||
area|z10-17[boundary=protected_area][protect_class=1],
|
||||
{fill-opacity: 0.2; fill-color: @protected_nature;}
|
||||
|
||||
line|z10-[boundary=national_park],
|
||||
line|z10-[boundary=protected_area][protect_class=1],
|
||||
{width: 2; color: @protected_nature;}
|
||||
|
||||
area|z10-16[boundary=aboriginal_lands],
|
||||
{fill-opacity: 0.07; fill-color: @indigenous_lands;}
|
||||
|
||||
line|z10-[boundary=aboriginal_lands],
|
||||
{width: 2; color: @indigenous_lands;}
|
||||
|
||||
/* ToDo: Assume that military areas already have fences? */
|
||||
|
||||
area|z10-[landuse=military][military=danger_area],
|
||||
{fill-opacity: 1.0; fill-color: @military;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user