diff --git a/icons/config.json b/icons/config.json index 9064d00..84d1c88 100644 --- a/icons/config.json +++ b/icons/config.json @@ -107,7 +107,7 @@ "name": "card and dice" }, "cars": { - "name": "two cars" + "name": "car" }, "cart": { "emoji": "🛒" @@ -351,6 +351,12 @@ "emoji": "P", "name": "letter P" }, + "p_arrow_down": { + "name": "letter P with down arrow" + }, + "p_arrow_up": { + "name": "letter P with up arrow" + }, "pac_man": { "name": "Pac-Man" }, diff --git a/icons/icons.svg b/icons/icons.svg index 6190a98..24757e3 100644 --- a/icons/icons.svg +++ b/icons/icons.svg @@ -145,12 +145,12 @@ inkscape:object-paths="true" inkscape:guide-bbox="true" showguides="true" - showgrid="true" + showgrid="false" inkscape:document-units="px" inkscape:current-layer="layer1" - inkscape:cy="457.32556" - inkscape:cx="276.0037" - inkscape:zoom="16" + inkscape:cy="458.57556" + inkscape:cx="680.9412" + inkscape:zoom="8" inkscape:pageshadow="2" inkscape:pageopacity="0.0" borderopacity="1.0" @@ -994,11 +994,11 @@ sodipodi:open="true" sodipodi:end="1.5707963" sodipodi:start="4.712389" - d="m 633,133 a 2,2 0 0 1 2,2 2,2 0 0 1 -2,2" + d="m 665,133 a 2,2 0 0 1 2,2 2,2 0 0 1 -2,2" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="135" - sodipodi:cx="633" + sodipodi:cx="665" id="path4656" style="fill:none;stroke:#cccccc;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:type="arc" @@ -1162,14 +1162,14 @@ + d="m 660.5,148 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,8 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-2.5 2.84375,0 0.15625,0 c 1.64501,0 3,-1.35499 3,-3 0,-1.64501 -1.35499,-3 -3,-3 l -0.1875,0 -3.3125,0 z m 1.5,2 2.84375,0 0.15625,0 c 0.56413,0 1,0.43587 1,1 0,0.56413 -0.43587,1 -1,1 l -0.0937,0 -2.90625,0 0,-2 z" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;stroke:none;stroke-width:0.30000001;marker:none;enable-background:accumulate"> letter P @@ -6973,7 +6973,7 @@ ry="0.5" rx="0.5" y="132" - x="644" + x="628" height="2" width="8" id="rect5771" @@ -6982,7 +6982,7 @@ ry="0.5" rx="0.5" y="133" - x="647" + x="631" height="8" width="2" id="rect5773" @@ -6991,7 +6991,7 @@ inkscape:connector-curvature="0" inkscape:label="#rect5775" id="noexit" - d="m 644.5,148 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 2.5,0 0,6.5 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-6.5 2.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z" + d="m 628.5,148 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,1 c 0,0.277 0.223,0.5 0.5,0.5 l 2.5,0 0,6.5 c 0,0.277 0.223,0.5 0.5,0.5 l 1,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-6.5 2.5,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-1 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z" style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"> letter T @@ -8396,7 +8396,7 @@ rx="0.5" ry="0.5" y="131" - x="660" + x="644" height="10" width="2" id="rect2088" @@ -8406,7 +8406,7 @@ id="rect2090" width="2" height="10" - x="666" + x="650" y="131" ry="0.5" rx="0.5" /> @@ -8414,13 +8414,13 @@ ry="0.5" rx="0.5" y="135" - x="661" + x="645" height="2" width="6" id="rect2092" style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> @@ -17721,5 +17721,117 @@ car + + + + + + + + + + + + + + letter P with up arrow + + + letter P with down arrow + diff --git a/scheme/default.yml b/scheme/default.yml index 86a8c97..ddabcae 100644 --- a/scheme/default.yml +++ b/scheme/default.yml @@ -715,6 +715,10 @@ node_icons: - group: "Entrances" tags: + - tags: {amenity: parking_entrance, parking: underground} + shapes: [p_arrow_down] + - tags: {amenity: parking_entrance, parking: multi-storey} + shapes: [p_arrow_up] - tags: {barrier: gate} shapes: [gate] - tags: {entrance: main}