diff --git a/data/styles/default/dark/colors.mapcss b/data/styles/default/dark/colors.mapcss index 817c4db2d..08604865b 100644 --- a/data/styles/default/dark/colors.mapcss +++ b/data/styles/default/dark/colors.mapcss @@ -96,6 +96,7 @@ @retail: #130C11; @hospital: #261916; @industrial: #191419; +@construction_area: #191419; @sport0: #21211B; @sport1: #262620; @sport2: #2A2A24; diff --git a/data/styles/default/include/Basemap.mapcss b/data/styles/default/include/Basemap.mapcss index bade8b6e6..f06c4c848 100644 --- a/data/styles/default/include/Basemap.mapcss +++ b/data/styles/default/include/Basemap.mapcss @@ -384,7 +384,6 @@ area|z16-[railway=platform], area|z13-[landuse=industrial], area|z13-[man_made=works], -area|z13-[landuse=construction], area|z13-[landuse=landfill], area|z13-[amenity=waste_transfer_station], area|z13-[landuse=railway], @@ -394,6 +393,9 @@ area|z13-[power=substation], area|z13-[power=generator], {fill-opacity: 1; fill-color: @industrial;} +area|z13-[landuse=construction], +{fill-opacity: 1; fill-color: @construction_area;} + /* 7.2 Hospital */ area|z13-[amenity=hospital], diff --git a/data/styles/default/light/colors.mapcss b/data/styles/default/light/colors.mapcss index 73e533487..fdd165703 100644 --- a/data/styles/default/light/colors.mapcss +++ b/data/styles/default/light/colors.mapcss @@ -95,6 +95,7 @@ @retail: #EFE1DB; @hospital: #FFDAD6; @industrial: #E5E5E4; +@construction_area: #E4E3E6; @sport0: #F5EED3; @sport1: #E8E8C3; @sport2: #D4E796; diff --git a/data/styles/vehicle/dark/colors.mapcss b/data/styles/vehicle/dark/colors.mapcss index 03dd0b7f0..75420f349 100644 --- a/data/styles/vehicle/dark/colors.mapcss +++ b/data/styles/vehicle/dark/colors.mapcss @@ -64,6 +64,7 @@ @hospital: #261916; */ @industrial: #0D0A0D; +@construction_area: #0D0A0D; @sport: #070F0A; @military: #B71C1C; @prison: #7f7f7f; diff --git a/data/styles/vehicle/include/Basemap.mapcss b/data/styles/vehicle/include/Basemap.mapcss index a61c72f8a..9bbd83171 100644 --- a/data/styles/vehicle/include/Basemap.mapcss +++ b/data/styles/vehicle/include/Basemap.mapcss @@ -300,7 +300,6 @@ area|z15-[amenity=parking], area|z15-[landuse=industrial], area|z15-[man_made=works], -area|z15-[landuse=construction], area|z15-[landuse=landfill], area|z15-[amenity=waste_transfer_station], area|z15-[landuse=railway], @@ -310,6 +309,8 @@ area|z15-[power=substation], area|z15-[power=generator], {fill-opacity: 1; fill-color: @industrial;} +area|z15-[landuse=construction], +{fill-opacity: 1; fill-color: @construction_area;} /* 7.2 Hospital */ diff --git a/data/styles/vehicle/light/colors.mapcss b/data/styles/vehicle/light/colors.mapcss index 7bb288580..756e9a0ec 100644 --- a/data/styles/vehicle/light/colors.mapcss +++ b/data/styles/vehicle/light/colors.mapcss @@ -101,6 +101,7 @@ @hospital: #F8D9D9; */ @industrial: #E1DCE3; +@construction_area: #E4E3E6; @sport: #C8DBAD; @parking: #E8EFEC; @parking_l: #E1EDE9;