forked from MapComplete/MapComplete
Fix more themes
This commit is contained in:
parent
d2a813b009
commit
255347fc06
16 changed files with 303 additions and 196 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"minzoom": 18,
|
||||
"shownByDefault": false,
|
||||
"pointRendering": [],
|
||||
"pointRendering": null,
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": "#ccc",
|
||||
|
|
|
@ -6,5 +6,15 @@
|
|||
"Robin van der Linde"
|
||||
],
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"path": "stairs.svg",
|
||||
"license": "CC-BY SA 4.0",
|
||||
"authors": [
|
||||
" \tFont Awesome"
|
||||
],
|
||||
"sources": [
|
||||
"https://commons.wikimedia.org/wiki/File:Stairs-solid.svg"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -39,7 +39,22 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"pointRendering": [],
|
||||
"pointRendering": [
|
||||
{
|
||||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "white"
|
||||
},
|
||||
{
|
||||
"icon": "./assets/layers/stairs/stairs.svg"
|
||||
}
|
||||
],
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": "gray",
|
||||
|
|
1
assets/layers/stairs/stairs.svg
Normal file
1
assets/layers/stairs/stairs.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M384 64c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v96c0 17.7-14.3 32-32 32H320v96c0 17.7-14.3 32-32 32H192v96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V320c0-17.7 14.3-32 32-32h96V192c0-17.7 14.3-32 32-32h96V64z"/></svg>
|
After Width: | Height: | Size: 502 B |
2
assets/layers/stairs/stairs.svg.license
Normal file
2
assets/layers/stairs/stairs.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Font Awesome
|
||||
SPDX-License-Identifier: CC-BY SA 4.0
|
|
@ -63,7 +63,7 @@
|
|||
},
|
||||
"icons.defaults"
|
||||
],
|
||||
"pointRendering": [],
|
||||
"pointRendering": null,
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": {
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"cs": "Zeď nebo budova"
|
||||
}
|
||||
},
|
||||
"pointRendering": [],
|
||||
"pointRendering": null,
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": "#fff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue