forked from MapComplete/MapComplete
create theme
This commit is contained in:
parent
f27b0d5ab3
commit
171068763d
3 changed files with 46 additions and 0 deletions
assets/themes/wayside_shrines
31
assets/themes/wayside_shrines/shrine.svg
Normal file
31
assets/themes/wayside_shrines/shrine.svg
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
version="1.1"
|
||||
id="svg109"
|
||||
width="14"
|
||||
height="14"
|
||||
viewBox="0 0 14 14">
|
||||
<metadata
|
||||
id="metadata115">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs113" />
|
||||
<path
|
||||
id="rect816"
|
||||
d="M 7 0 L 5 3 L 5 12 L 9 12 L 9 3 L 7 0 z M 7 3.9980469 A 1 1 0 0 1 8 4.9980469 A 1 1 0 0 0 8 5 L 8 8 L 6 8 L 6 5 A 1 1 0 0 0 6 4.9980469 A 1 1 0 0 1 7 3.9980469 z M 4 13 L 4 14 L 10 14 L 10 13 L 4 13 z "
|
||||
style="opacity:1;fill:#555;fill-opacity:1;stroke:none;stroke-width:0.21650636;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
|
||||
</svg>
|
After (image error) Size: 1.1 KiB |
2
assets/themes/wayside_shrines/shrine.svg.license
Normal file
2
assets/themes/wayside_shrines/shrine.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Wanderwütiger
|
||||
SPDX-License-Identifier: CC0-1.0
|
13
assets/themes/wayside_shrines/wayside_shrines.json
Normal file
13
assets/themes/wayside_shrines/wayside_shrines.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"id": "wayside_shrines",
|
||||
"title": {
|
||||
"en": "Wayside shrines"
|
||||
},
|
||||
"description": {
|
||||
"en": "This map shows shrines found on the side of roads and paths, and allows adding new ones"
|
||||
},
|
||||
"icon": "./assets/themes/wayside_shrines/shrine.svg",
|
||||
"layers": [
|
||||
"wayside_shrines"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue