Add bollard icon, add extra options for bicycle parking
This commit is contained in:
parent
a75471df77
commit
9b2530197a
2 changed files with 94 additions and 0 deletions
|
@ -129,6 +129,20 @@
|
|||
"gl": "Abeiro <img width='150px' src='./assets/layers/bike_parking/shed.svg'>",
|
||||
"de": "Schuppen <img width='150px' src='./assets/layers/bike_parking/shed.svg'>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_parking=bollard",
|
||||
"then": {
|
||||
"en": "Bollard <img width='150px' src='./assets/layers/bike_parking/bollard.svg'>",
|
||||
"nl": "Paal met ring <img width='150px' src='./assets/layers/bike_parking/bollard.svg'>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_parking=floor",
|
||||
"then": {
|
||||
"en": "An area on the floor which is marked for bicycle parking",
|
||||
"nl": "Een oppervlakte die gemarkeerd is om fietsen te parkeren"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
80
assets/layers/bike_parking/bollard.svg
Normal file
80
assets/layers/bike_parking/bollard.svg
Normal file
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 300 300"
|
||||
style="enable-background:new 0 0 300 300;"
|
||||
xml:space="preserve"
|
||||
id="svg13"
|
||||
sodipodi:docname="bollard.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
|
||||
id="metadata19"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs17" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
id="namedview15"
|
||||
showgrid="true"
|
||||
inkscape:zoom="2.2250293"
|
||||
inkscape:cx="78.331408"
|
||||
inkscape:cy="164.47167"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg13"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid826" /></sodipodi:namedview>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:#0181C2;}
|
||||
.st1{fill:#020203;}
|
||||
.st2{fill:none;stroke:#000000;stroke-width:4.6057;}
|
||||
.st3{fill:none;stroke:#000000;stroke-width:2.3029;}
|
||||
.st4{fill:#FFFFFF;stroke:#000000;stroke-width:4;stroke-miterlimit:10;}
|
||||
.st5{fill:#E74436;}
|
||||
.st6{fill:#FCC407;}
|
||||
.st7{fill:#0682C2;}
|
||||
.st8{fill:#73B254;}
|
||||
.st9{fill:#FFFFFF;stroke:#000000;stroke-width:7.155;stroke-miterlimit:10;}
|
||||
.st10{fill:#FFFFFF;stroke:#000000;stroke-width:7.7355;stroke-miterlimit:10;}
|
||||
.st11{fill:none;stroke:#010202;stroke-width:4;stroke-miterlimit:10;}
|
||||
.st12{fill:none;stroke:#000000;stroke-width:4;stroke-miterlimit:10;}
|
||||
</style>
|
||||
|
||||
<g
|
||||
id="Isolatiemodus">
|
||||
</g>
|
||||
<g
|
||||
id="Capa_1">
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 150,20 V 285"
|
||||
id="path828"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" /><circle
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path830"
|
||||
cx="150"
|
||||
cy="104.78814"
|
||||
r="60" /></svg>
|
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in a new issue