[classif] Adds highway=ladder

Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
Hemang Manhas
2025-02-16 17:54:24 +05:30
committed by Konstantin Pastbin
parent c648bc015e
commit 88a5c8fd5b
9 changed files with 31 additions and 2 deletions

View File

@@ -486,6 +486,7 @@
<string name="type.highway.services">Service Area</string>
<string name="type.highway.speed_camera">Speed Camera</string>
<string name="type.highway.steps">Stairs</string>
<string name="type.highway.ladder">Ladder</string>
<!-- These translations are used for all type.highway.*.bridge. -->
<string name="type.highway.steps.bridge">Bridge</string>
<!-- These translations are used for all type.highway.*.tunnel. -->

View File

@@ -594,7 +594,7 @@ emergency|lifeguard;475;
emergency|mountain_rescue;476;
aerialway|platter;477;
man_made|flare;478;
deprecated|deprecated;479;x
highway|ladder;479;
railway|preserved|tunnel;[railway=preserved][tunnel?];;name;int_name;480;
boundary|protected_area|1;[boundary=protected_area][protect_class=1],[boundary=protected_area][protect_class=1a],[boundary=protected_area][protect_class=1b];;name;int_name;481;
boundary|protected_area|2;[boundary=protected_area][protect_class=2];;name;int_name;482;
Can't render this file because it contains an unexpected character in line 7 and column 16.

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#777777" stroke-linecap="round" stroke-linejoin="round" width="24"
height="24" stroke-width="2">
<path d="M8 3v18"></path>
<path d="M16 3v18"></path>
<path d="M8 14h8"></path>
<path d="M8 10h8"></path>
<path d="M8 6h8"></path>
<path d="M8 18h8"></path>
</svg>

After

Width:  |  Height:  |  Size: 355 B

View File

@@ -1044,6 +1044,7 @@ node|z17-[aeroway=gate],
area|z17-[aeroway=gate],
node|z17-[sport],
area|z17-[sport],
node|z17-[highway=ladder],
node|z18-[amenity=dojo],
area|z18-[amenity=dojo],
node|z18-[amenity=vending_machine],
@@ -1557,6 +1558,9 @@ node|z16-[barrier=turnstile],
node|z16-[barrier=entrance],
{icon-image: entrance-barrier-s.svg; font-size: 11;}
node|z17-[highway=ladder],
{icon-image: ladder-m.svg;font-size: 11;}
node|z16-[barrier=gate],
node|z16-[barrier=kissing_gate],
{icon-image: gate-s.svg;font-size: 11;}

View File

@@ -1095,6 +1095,7 @@ man_made-flagpole # icon z15-
man_made-flare # icon z16- (also has caption(optional) z18-)
man_made-tower # icon z16- (also has caption(optional) z18-)
man_made-tower-communication # icon z16- (also has caption(optional) z18-)
highway-ladder
=== 850
junction # caption z17-

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#717065" stroke-linecap="round" stroke-linejoin="round" width="24"
height="24" stroke-width="2">
<path d="M8 3v18"></path>
<path d="M16 3v18"></path>
<path d="M8 14h8"></path>
<path d="M8 10h8"></path>
<path d="M8 6h8"></path>
<path d="M8 18h8"></path>
</svg>

After

Width:  |  Height:  |  Size: 355 B

View File

@@ -366,6 +366,9 @@ node|z14-[barrier=border_control],
node|z14-[highway=ford],
{icon-image: ford-m.svg;}
node|z16-[highway=ladder],
{icon-image: ladder-m.svg;}
node|z13[power=tower],
{icon-image: mast-m.svg;}
node|z14-[power=tower],

View File

@@ -713,6 +713,7 @@ highway-path-tunnel # pathtext z13- (also has li
=== 2820
highway-steps # pathtext z13- (also has line z12-)
highway-ladder
highway-steps-bridge # pathtext z13- (also has line z12-, line::bridgeblack z17-, line::bridgewhite z15-)
highway-steps-tunnel # pathtext z13- (also has line z12-, line::tunnelBackground z17-, line::tunnelCasing z17-)
=== 2810

View File

@@ -543,6 +543,7 @@
"type.highway.services" = "Service Area";
"type.highway.speed_camera" = "Speed Camera";
"type.highway.steps" = "Stairs";
"type.highway.ladder" = "Ladder";
/* These translations are used for all type.highway.*.bridge. */
"type.highway.steps.bridge" = "Bridge";