mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[styles] Made pedestrian areas slightly more distinct
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
5b43e4ec9b
commit
eee299f6cd
@@ -683,6 +683,9 @@ line|z19-[highway=busway],
|
||||
line|z13-[highway=pedestrian],
|
||||
line|z13-[highway=ford]
|
||||
{color: @pedestrian;opacity: 0.9;}
|
||||
line|z16-[highway=pedestrian],
|
||||
line|z16-[highway=ford],
|
||||
{opacity: 0.93;}
|
||||
|
||||
line|z13-[highway=cycleway],
|
||||
line|z14-[highway=path][bicycle=designated]::cycleline,
|
||||
@@ -720,9 +723,11 @@ line|z15-[leisure=track][!area],
|
||||
line|z14-[highway=bridleway]
|
||||
{color: @bridleway;opacity: 0.6;}
|
||||
line|z15-[highway=footway],
|
||||
{color: @footway;opacity: 0.87;}
|
||||
line|z15-[highway=steps],
|
||||
{color: @footway;opacity: 0.9;}
|
||||
line|z16-[highway=footway],
|
||||
{opacity: 0.95;}
|
||||
line|z15-[highway=steps],
|
||||
{color: @residential;opacity: 1;}
|
||||
line|z14-[highway=path],
|
||||
{color: @path;opacity: 0.6;}
|
||||
line|z14-[highway=path][_path_grade=expert],
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
/* 4.LANDUSE */
|
||||
/*4.1 Main landuse*/
|
||||
|
||||
@pedestrian_area: #F7EDDF;
|
||||
@pedestrian_area_light: #FAF0E2;
|
||||
@pedestrian_area: #FAF0E2;
|
||||
@pedestrian_area_light: #FCF2E4;
|
||||
@railway_platform: #ECE3D6;
|
||||
@university: #F5DFBC;
|
||||
@hospital: #FFDAD6;
|
||||
|
||||
Reference in New Issue
Block a user