Add ATM-theme

This commit is contained in:
Pieter Vander Vennet 2022-12-15 20:44:23 +01:00
parent c1223b6244
commit 89c423e4c1
3 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"id": "atm",
"title": {
"en": "ATM Machines"
},
"description": {
"en": "This map shows ATMs to withdraw or deposit money"
},
"icon": "./assets/themes/atm/logo.svg",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"layers": [
"atm"
]
}

View file

@ -0,0 +1,13 @@
[
{
"path": "logo.svg",
"license": "CC0",
"authors": [
"Michael Glanznig",
"Andy Allan"
],
"sources": [
"https://github.com/gravitystorm/openstreetmap-carto/blob/master/symbols/amenity/atm.svg"
]
}
]

View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
viewBox="0 0 512 512"
version="1.1"
id="svg4"
sodipodi:docname="atm.svg"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.2245939"
inkscape:cx="101.25806"
inkscape:cy="209.45719"
inkscape:window-width="1920"
inkscape:window-height="995"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<circle
style="fill:#f3ffff;fill-opacity:1;stroke:#000000;stroke-width:0.377953"
id="path847"
cx="256.59177"
cy="254.91071"
r="255.31902" />
<path
d="m 81.340742,88.581663 c 0,24.928307 0,49.856607 0,74.784917 H 106.26905 V 113.50997 H 405.4087 v 49.85661 H 430.337 V 88.581663 c -116.33209,0 -232.66417,0 -348.996258,0 z m 49.856608,49.856607 c 0,74.78491 0,149.56983 0,224.35474 0,14.93811 9.99019,24.9283 24.9283,24.9283 h 199.42644 c 13.14554,0 24.9283,-11.18523 24.9283,-24.9283 0,-74.78491 0,-149.56983 0,-224.35474 h -24.9283 c 0,58.16604 0,116.33209 0,174.49813 -24.92831,0 -49.85661,24.9283 -49.85661,49.85661 h -99.71322 c 0,-24.92831 -24.9283,-49.85661 -49.85661,-49.85661 0,-58.16604 0,-116.33209 0,-174.49813 z m 124.64152,49.85661 c -39.15728,0 -74.78491,23.75175 -74.78491,49.85661 0,26.10487 35.62763,49.85661 74.78491,49.85661 39.15728,0 74.78491,-23.75174 74.78491,-49.85661 0,-26.10486 -35.62763,-49.85661 -74.78491,-49.85661 z M 131.19735,400.18547 c 0,26.29108 10.58772,37.39245 24.9283,37.39245 h 199.42644 c 13.14554,0 24.9283,-11.10137 24.9283,-37.39245 -7.60525,6.7602 -12.38029,12.28267 -24.9283,11.68514 l -199.42644,1.55802 c -11.95047,-0.59753 -17.32305,-5.63791 -24.9283,-13.24316 z"
id="path2"
style="stroke-width:24.9283" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB