[styles] Add area fills to generic amenities and camp sites

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-06-21 15:01:15 +07:00
parent 8e6840d85d
commit d78a7d83e6
5 changed files with 18 additions and 3 deletions

View File

@@ -361,7 +361,6 @@ area|z15-[amenity=college],
area|z15-[amenity=school], area|z15-[amenity=school],
area|z15-[landuse=education], area|z15-[landuse=education],
area|z16-[public_transport=platform], area|z16-[public_transport=platform],
area|z16-[amenity=place_of_worship],
area|z16-[railway=platform], area|z16-[railway=platform],
area|z15-[leisure=playground], area|z15-[leisure=playground],
{fill-opacity: 1;} {fill-opacity: 1;}
@@ -431,7 +430,6 @@ area|z14-[area:highway=pedestrian],
area|z14-[highway=footway][area?], area|z14-[highway=footway][area?],
area|z14-[area:highway=footway], area|z14-[area:highway=footway],
area|z14-[area:highway=living_street], area|z14-[area:highway=living_street],
area|z16-[amenity=place_of_worship]
{fill-color: @pedestrian_area;} {fill-color: @pedestrian_area;}
area|z16-[highway=pedestrian][area?], area|z16-[highway=pedestrian][area?],
@@ -445,6 +443,14 @@ area|z16-[public_transport=platform],
area|z16-[railway=platform], area|z16-[railway=platform],
{fill-color: @railway_platform;} {fill-color: @railway_platform;}
/* Generic amenities */
area|z14-[amenity=place_of_worship],
area|z15-[tourism=camp_site],
area|z15-[leisure=resort],
area|z16-[amenity=police],
{fill-opacity: 1; fill-color: @pedestrian_area_light;}
/* 7.6 Airports */ /* 7.6 Airports */
area|z10[aeroway=aerodrome][aerodrome=international], area|z10[aeroway=aerodrome][aerodrome=international],

View File

@@ -51,6 +51,9 @@ landuse-cemetery-christian # area z14- (also has icon z
=== 180 === 180
highway-pedestrian-area # area z14- (also has line z13-, pathtext z14-) highway-pedestrian-area # area z14- (also has line z13-, pathtext z14-)
tourism-camp_site
leisure-resort
amenity-police
=== 170 === 170
highway-footway-area # area z14- (also has line z15-, pathtext z15-) highway-footway-area # area z14- (also has line z15-, pathtext z15-)

View File

@@ -73,6 +73,10 @@ line[waterway][tunnel]
{width: 0;} {width: 0;}
area|z13-[tourism=camp_site],
{fill-opacity: 1; fill-color: @pedestrian_area_light;}
line|z13-[man_made=cutline], line|z13-[man_made=cutline],
{width: 1.7; color: @green0; opacity: 0.6;} {width: 1.7; color: @green0; opacity: 0.6;}
line|z14[man_made=cutline], line|z14[man_made=cutline],

View File

@@ -51,6 +51,9 @@ landuse-cemetery-christian # area z14- (also has icon z
=== 180 === 180
highway-pedestrian-area # area z14- (also has line z13-, pathtext z14-) highway-pedestrian-area # area z14- (also has line z13-, pathtext z14-)
tourism-camp_site
leisure-resort
amenity-police
=== 170 === 170
highway-footway-area # area z14- (also has line z11-, pathtext z13-) highway-footway-area # area z14- (also has line z11-, pathtext z13-)

View File

@@ -302,7 +302,6 @@ area|z15-[landuse=quarry],
area|z15-[leisure=stadium], area|z15-[leisure=stadium],
area|z15-[amenity=parking], area|z15-[amenity=parking],
area|z16-[public_transport=platform], area|z16-[public_transport=platform],
area|z16-[amenity=place_of_worship],
area|z16-[railway=platform], area|z16-[railway=platform],
{fill-opacity: 1;} {fill-opacity: 1;}