[style] Set line rules for highway=ladder.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-08-14 21:06:52 -03:00
committed by Konstantin Pastbin
parent e46d3d9b65
commit 8ef68a5559
8 changed files with 24 additions and 9 deletions

View File

@@ -726,6 +726,7 @@ line|z15-[highway=footway],
{color: @footway;opacity: 0.9;}
line|z16-[highway=footway],
{opacity: 0.95;}
line|z15-[highway=ladder],
line|z15-[highway=steps],
{color: @residential;opacity: 1;}
line|z15-[highway=path],
@@ -1032,15 +1033,20 @@ line|z17-[highway=footway][bridge?]::bridgeblack
/* 8.8 Steps 15-22 ZOOM */
line|z15[highway=steps]
line|z15[highway=ladder],
line|z15[highway=steps],
{width: 2.4; dashes: 1.5,1.3;}
line|z16[highway=steps]
line|z16[highway=ladder],
line|z16[highway=steps],
{width: 4; dashes: 1.8,1.6;}
line|z17-[highway=steps]
line|z17-[highway=ladder],
line|z17-[highway=steps],
{width: 6; dashes: 2.5,2.2; opacity: 1;}
line|z18[highway=steps]
line|z18[highway=ladder],
line|z18[highway=steps],
{width: 8; dashes: 3.2,2.8;}
line|z19-[highway=steps]
line|z19-[highway=ladder],
line|z19-[highway=steps],
{width: 10; dashes: 4,3.5;}
line|z17-[highway=steps][tunnel?]::tunnelBackground

View File

@@ -45,6 +45,7 @@ power-line # line z19- (also has line::
power-line::dash # line::dash z19- (also has line z19-)
=== 340
highway-ladder # line z15- (also has icon z17-, pathtext z17-)
highway-steps # line z15- (also has pathtext z16-)
highway-steps-bridge # line z15- (also has line::bridgeblack z17-, line::bridgewhite z15-, pathtext z16-)
highway-steps-tunnel # line z15- (also has line::tunnelBackground z17-, line::tunnelCasing z17-, pathtext z16-)

View File

@@ -1096,7 +1096,7 @@ amenity-nursing_home # icon z17- (also has captio
amenity-prison # icon z17- (also has caption(optional) z17-, area z12-)
amenity-social_facility # icon z17- (also has caption(optional) z17-, area z15-)
amenity-waste_transfer_station # icon z17- (also has caption(optional) z19-, area z13-)
highway-ladder # icon z17- (also has caption(optional) z17-)
highway-ladder # icon z17- and pathtext z17- (also has line z15-)
historic-ruins # icon z17- (also has caption(optional) z17-)
landuse-farmland # caption z15- (also has area z10-)
landuse-garages # caption z15- (also has area z13-)
@@ -2046,7 +2046,6 @@ leisure-swimming_pool-private # icon z17- (also has captio
# amenity-prison # caption(optional) z17- (also has icon z17-, area z12-)
# amenity-social_facility # caption(optional) z17- (also has icon z17-, area z15-)
# amenity-waste_transfer_station # caption(optional) z19- (also has icon z17-, area z13-)
# highway-ladder # caption(optional) z17- (also has icon z17-)
# historic-ruins # caption(optional) z17- (also has icon z17-)
# leisure-ice_rink # caption(optional) z17- (also has icon z17-)
# leisure-pitch # caption(optional) z17- (also has icon z17-, area z15-)