mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
[classif] Adds highway=ladder
Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
c648bc015e
commit
88a5c8fd5b
@@ -486,6 +486,7 @@
|
|||||||
<string name="type.highway.services">Service Area</string>
|
<string name="type.highway.services">Service Area</string>
|
||||||
<string name="type.highway.speed_camera">Speed Camera</string>
|
<string name="type.highway.speed_camera">Speed Camera</string>
|
||||||
<string name="type.highway.steps">Stairs</string>
|
<string name="type.highway.steps">Stairs</string>
|
||||||
|
<string name="type.highway.ladder">Ladder</string>
|
||||||
<!-- These translations are used for all type.highway.*.bridge. -->
|
<!-- These translations are used for all type.highway.*.bridge. -->
|
||||||
<string name="type.highway.steps.bridge">Bridge</string>
|
<string name="type.highway.steps.bridge">Bridge</string>
|
||||||
<!-- These translations are used for all type.highway.*.tunnel. -->
|
<!-- These translations are used for all type.highway.*.tunnel. -->
|
||||||
|
|||||||
@@ -594,7 +594,7 @@ emergency|lifeguard;475;
|
|||||||
emergency|mountain_rescue;476;
|
emergency|mountain_rescue;476;
|
||||||
aerialway|platter;477;
|
aerialway|platter;477;
|
||||||
man_made|flare;478;
|
man_made|flare;478;
|
||||||
deprecated|deprecated;479;x
|
highway|ladder;479;
|
||||||
railway|preserved|tunnel;[railway=preserved][tunnel?];;name;int_name;480;
|
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|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;
|
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.
|
9
data/styles/default/dark/symbols/ladder-m.svg
Normal file
9
data/styles/default/dark/symbols/ladder-m.svg
Normal 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 |
@@ -1044,6 +1044,7 @@ node|z17-[aeroway=gate],
|
|||||||
area|z17-[aeroway=gate],
|
area|z17-[aeroway=gate],
|
||||||
node|z17-[sport],
|
node|z17-[sport],
|
||||||
area|z17-[sport],
|
area|z17-[sport],
|
||||||
|
node|z17-[highway=ladder],
|
||||||
node|z18-[amenity=dojo],
|
node|z18-[amenity=dojo],
|
||||||
area|z18-[amenity=dojo],
|
area|z18-[amenity=dojo],
|
||||||
node|z18-[amenity=vending_machine],
|
node|z18-[amenity=vending_machine],
|
||||||
@@ -1557,6 +1558,9 @@ node|z16-[barrier=turnstile],
|
|||||||
node|z16-[barrier=entrance],
|
node|z16-[barrier=entrance],
|
||||||
{icon-image: entrance-barrier-s.svg; font-size: 11;}
|
{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=gate],
|
||||||
node|z16-[barrier=kissing_gate],
|
node|z16-[barrier=kissing_gate],
|
||||||
{icon-image: gate-s.svg;font-size: 11;}
|
{icon-image: gate-s.svg;font-size: 11;}
|
||||||
|
|||||||
@@ -1095,6 +1095,7 @@ man_made-flagpole # icon z15-
|
|||||||
man_made-flare # icon z16- (also has caption(optional) z18-)
|
man_made-flare # icon z16- (also has caption(optional) z18-)
|
||||||
man_made-tower # 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-)
|
man_made-tower-communication # icon z16- (also has caption(optional) z18-)
|
||||||
|
highway-ladder
|
||||||
=== 850
|
=== 850
|
||||||
|
|
||||||
junction # caption z17-
|
junction # caption z17-
|
||||||
|
|||||||
9
data/styles/default/light/symbols/ladder-m.svg
Normal file
9
data/styles/default/light/symbols/ladder-m.svg
Normal 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 |
@@ -366,6 +366,9 @@ node|z14-[barrier=border_control],
|
|||||||
node|z14-[highway=ford],
|
node|z14-[highway=ford],
|
||||||
{icon-image: ford-m.svg;}
|
{icon-image: ford-m.svg;}
|
||||||
|
|
||||||
|
node|z16-[highway=ladder],
|
||||||
|
{icon-image: ladder-m.svg;}
|
||||||
|
|
||||||
node|z13[power=tower],
|
node|z13[power=tower],
|
||||||
{icon-image: mast-m.svg;}
|
{icon-image: mast-m.svg;}
|
||||||
node|z14-[power=tower],
|
node|z14-[power=tower],
|
||||||
|
|||||||
@@ -713,6 +713,7 @@ highway-path-tunnel # pathtext z13- (also has li
|
|||||||
=== 2820
|
=== 2820
|
||||||
|
|
||||||
highway-steps # pathtext z13- (also has line z12-)
|
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-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-)
|
highway-steps-tunnel # pathtext z13- (also has line z12-, line::tunnelBackground z17-, line::tunnelCasing z17-)
|
||||||
=== 2810
|
=== 2810
|
||||||
|
|||||||
@@ -543,6 +543,7 @@
|
|||||||
"type.highway.services" = "Service Area";
|
"type.highway.services" = "Service Area";
|
||||||
"type.highway.speed_camera" = "Speed Camera";
|
"type.highway.speed_camera" = "Speed Camera";
|
||||||
"type.highway.steps" = "Stairs";
|
"type.highway.steps" = "Stairs";
|
||||||
|
"type.highway.ladder" = "Ladder";
|
||||||
|
|
||||||
/* These translations are used for all type.highway.*.bridge. */
|
/* These translations are used for all type.highway.*.bridge. */
|
||||||
"type.highway.steps.bridge" = "Bridge";
|
"type.highway.steps.bridge" = "Bridge";
|
||||||
|
|||||||
Reference in New Issue
Block a user