mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[styles] Adjusted colors for railway paltforms and airports at distant zoom levels
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
4dd049dad7
commit
9014fde479
@@ -67,6 +67,7 @@
|
||||
|
||||
@pedestrian_area: #262222;
|
||||
@pedestrian_area_light: #262222;
|
||||
@railway_platform: #262222;
|
||||
@university: #261F13;
|
||||
@hospital: #261916;
|
||||
@industrial: #191419;
|
||||
|
||||
@@ -434,8 +434,6 @@ area|z14-[area:highway=pedestrian],
|
||||
area|z14-[highway=footway][area?],
|
||||
area|z14-[area:highway=footway],
|
||||
area|z14-[area:highway=living_street],
|
||||
area|z16-[public_transport=platform],
|
||||
area|z16-[railway=platform],
|
||||
area|z16-[amenity=place_of_worship]
|
||||
{fill-color: @pedestrian_area;}
|
||||
|
||||
@@ -446,6 +444,10 @@ area|z16-[area:highway=footway],
|
||||
area|z16-[area:highway=living_street],
|
||||
{fill-color: @pedestrian_area_light;}
|
||||
|
||||
area|z16-[public_transport=platform],
|
||||
area|z16-[railway=platform],
|
||||
{fill-color: @railway_platform;}
|
||||
|
||||
/* 7.6 Airports */
|
||||
|
||||
area|z10[aeroway=aerodrome][aerodrome=international],
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
|
||||
@pedestrian_area: #F7EDDF;
|
||||
@pedestrian_area_light: #FAF0E2;
|
||||
@railway_platform: #ECE3D6;
|
||||
@university: #F5DFBC;
|
||||
@hospital: #FFDAD6;
|
||||
@industrial: #E5E5E4;
|
||||
@@ -82,10 +83,10 @@
|
||||
|
||||
/*4.2 Aerodrome*/
|
||||
|
||||
@aerodrome0: #A1B3BE;
|
||||
@aerodrome1: #A1B3BE;
|
||||
@aerodrome2: #A1B3BE;
|
||||
@aerodrome3: #A1B3BE;
|
||||
@aerodrome0: #96B9CC;
|
||||
@aerodrome1: #94B6C9;
|
||||
@aerodrome2: #92B4C7;
|
||||
@aerodrome3: #90B1C4;
|
||||
@aerodrome4: #8BABBE;
|
||||
@aerodrome5: #82A3B7;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user