[styles] Add icon to barrier=cycle_barrier

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
David Martinez 2023-09-03 22:37:47 +02:00 committed by Viktor Govako
parent 34b20484f0
commit 0f625dd8ee
4 changed files with 20 additions and 0 deletions

View file

@ -891,6 +891,7 @@ node|z16-[barrier=lift_gate],
node|z16-[barrier=swing_gate],
node|z16-[barrier=stile],
node|z16-[barrier=turnstile],
node|z16-[barrier=cycle_barrier],
node|z16-[amenity=nightclub],
area|z16-[amenity=nightclub],
node|z16-[amenity=townhall],
@ -1494,6 +1495,9 @@ node|z16-[barrier=gate],
node|z16-[barrier=kissing_gate],
{icon-image: gate-s.svg;font-size: 11;}
node|z16-[barrier=cycle_barrier],
{icon-image: cycle_barrier-s.svg;font-size: 11;}
node|z16-[highway=ford],
/* ToDo: Make separate tower icon? Because of a good landmark */
node|z16-[power=tower],

View file

@ -892,6 +892,7 @@ leisure-beach_resort # icon z16- (also has captio
barrier-block # icon z16- (also has caption(optional) z16-)
barrier-bollard # icon z16- (also has caption(optional) z16-)
barrier-chain # icon z16- (also has caption(optional) z16-)
barrier-cycle_barrier # icon z16- (also has caption(optional) z16-)
barrier-entrance # icon z16- (also has caption(optional) z16-)
barrier-gate # icon z16- (also has caption(optional) z16-)
barrier-kissing_gate # icon z16- (also has caption(optional) z16-)
@ -1830,6 +1831,7 @@ amenity-parking-private # icon z18- (also has captio
# barrier-block # caption(optional) z16- (also has icon z16-)
# barrier-bollard # caption(optional) z16- (also has icon z16-)
# barrier-chain # caption(optional) z16- (also has icon z16-)
# barrier-cycle_barrier # caption(optional) z16- (also has icon z16-)
# barrier-entrance # caption(optional) z16- (also has icon z16-)
# barrier-gate # caption(optional) z16- (also has icon z16-)
# barrier-kissing_gate # caption(optional) z16- (also has icon z16-)

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
<path d="m0.665 7.3316v2.67h8.0032v-2.67z" opacity=".6" stroke="#fff" stroke-linejoin="round" stroke-width="1.333"/>
<path d="m3.3331 1.9998v2.667h8.0004v-2.667z" opacity=".6" stroke="#fff" stroke-linejoin="round" stroke-width="1.333"/>
<path d="m4 3.3333h6.6666" fill="#717065" stroke="#717065" stroke-width="1.333"/>
<path d="m1.3333 8.6666h6.6666" fill="#808000" stroke="#717065" stroke-width="1.333"/>
</svg>

After

Width:  |  Height:  |  Size: 531 B

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
<path d="m0.665 7.3316v2.67h8.0032v-2.67z" opacity=".6" stroke="#000" stroke-linejoin="round" stroke-width="1.333"/>
<path d="m3.3331 1.9998v2.667h8.0004v-2.667z" opacity=".6" stroke="#000" stroke-linejoin="round" stroke-width="1.333"/>
<path d="m4 3.3333h6.6666" fill="#717065" stroke="#777777" stroke-width="1.333"/>
<path d="m1.3333 8.6666h6.6666" fill="#808000" stroke="#777777" stroke-width="1.333"/>
</svg>

After

Width:  |  Height:  |  Size: 531 B