mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[styles] Make construction areas color colder
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
bc5a6cc89a
commit
3663b86eea
@@ -96,6 +96,7 @@
|
|||||||
@retail: #130C11;
|
@retail: #130C11;
|
||||||
@hospital: #261916;
|
@hospital: #261916;
|
||||||
@industrial: #191419;
|
@industrial: #191419;
|
||||||
|
@construction_area: #191419;
|
||||||
@sport0: #21211B;
|
@sport0: #21211B;
|
||||||
@sport1: #262620;
|
@sport1: #262620;
|
||||||
@sport2: #2A2A24;
|
@sport2: #2A2A24;
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ area|z16-[railway=platform],
|
|||||||
|
|
||||||
area|z13-[landuse=industrial],
|
area|z13-[landuse=industrial],
|
||||||
area|z13-[man_made=works],
|
area|z13-[man_made=works],
|
||||||
area|z13-[landuse=construction],
|
|
||||||
area|z13-[landuse=landfill],
|
area|z13-[landuse=landfill],
|
||||||
area|z13-[amenity=waste_transfer_station],
|
area|z13-[amenity=waste_transfer_station],
|
||||||
area|z13-[landuse=railway],
|
area|z13-[landuse=railway],
|
||||||
@@ -394,6 +393,9 @@ area|z13-[power=substation],
|
|||||||
area|z13-[power=generator],
|
area|z13-[power=generator],
|
||||||
{fill-opacity: 1; fill-color: @industrial;}
|
{fill-opacity: 1; fill-color: @industrial;}
|
||||||
|
|
||||||
|
area|z13-[landuse=construction],
|
||||||
|
{fill-opacity: 1; fill-color: @construction_area;}
|
||||||
|
|
||||||
/* 7.2 Hospital */
|
/* 7.2 Hospital */
|
||||||
|
|
||||||
area|z13-[amenity=hospital],
|
area|z13-[amenity=hospital],
|
||||||
|
|||||||
@@ -95,6 +95,7 @@
|
|||||||
@retail: #EFE1DB;
|
@retail: #EFE1DB;
|
||||||
@hospital: #FFDAD6;
|
@hospital: #FFDAD6;
|
||||||
@industrial: #E5E5E4;
|
@industrial: #E5E5E4;
|
||||||
|
@construction_area: #E4E3E6;
|
||||||
@sport0: #F5EED3;
|
@sport0: #F5EED3;
|
||||||
@sport1: #E8E8C3;
|
@sport1: #E8E8C3;
|
||||||
@sport2: #D4E796;
|
@sport2: #D4E796;
|
||||||
|
|||||||
@@ -64,6 +64,7 @@
|
|||||||
@hospital: #261916;
|
@hospital: #261916;
|
||||||
*/
|
*/
|
||||||
@industrial: #0D0A0D;
|
@industrial: #0D0A0D;
|
||||||
|
@construction_area: #0D0A0D;
|
||||||
@sport: #070F0A;
|
@sport: #070F0A;
|
||||||
@military: #B71C1C;
|
@military: #B71C1C;
|
||||||
@prison: #7f7f7f;
|
@prison: #7f7f7f;
|
||||||
|
|||||||
@@ -300,7 +300,6 @@ area|z15-[amenity=parking],
|
|||||||
|
|
||||||
area|z15-[landuse=industrial],
|
area|z15-[landuse=industrial],
|
||||||
area|z15-[man_made=works],
|
area|z15-[man_made=works],
|
||||||
area|z15-[landuse=construction],
|
|
||||||
area|z15-[landuse=landfill],
|
area|z15-[landuse=landfill],
|
||||||
area|z15-[amenity=waste_transfer_station],
|
area|z15-[amenity=waste_transfer_station],
|
||||||
area|z15-[landuse=railway],
|
area|z15-[landuse=railway],
|
||||||
@@ -310,6 +309,8 @@ area|z15-[power=substation],
|
|||||||
area|z15-[power=generator],
|
area|z15-[power=generator],
|
||||||
{fill-opacity: 1; fill-color: @industrial;}
|
{fill-opacity: 1; fill-color: @industrial;}
|
||||||
|
|
||||||
|
area|z15-[landuse=construction],
|
||||||
|
{fill-opacity: 1; fill-color: @construction_area;}
|
||||||
|
|
||||||
/* 7.2 Hospital */
|
/* 7.2 Hospital */
|
||||||
|
|
||||||
|
|||||||
@@ -101,6 +101,7 @@
|
|||||||
@hospital: #F8D9D9;
|
@hospital: #F8D9D9;
|
||||||
*/
|
*/
|
||||||
@industrial: #E1DCE3;
|
@industrial: #E1DCE3;
|
||||||
|
@construction_area: #E4E3E6;
|
||||||
@sport: #C8DBAD;
|
@sport: #C8DBAD;
|
||||||
@parking: #E8EFEC;
|
@parking: #E8EFEC;
|
||||||
@parking_l: #E1EDE9;
|
@parking_l: #E1EDE9;
|
||||||
|
|||||||
Reference in New Issue
Block a user