Theme cleanup: fused entrances with indoors

This commit is contained in:
Pieter Vander Vennet 2022-07-30 14:41:02 +02:00
parent 867853b83a
commit 917aa771b3
4 changed files with 17 additions and 23 deletions

View file

@ -419,7 +419,7 @@
"centroid"
],
"icon": {
"render": "circle:white;./assets/layers/entrance/door.svg",
"render": "circle:white;./assets/layers/entrance/entrance.svg",
"mappings": [
{
"if": "entrance=emergency",

View file

@ -1,14 +1,4 @@
[
{
"path": "door.svg",
"license": "CC-BY 3.0 Unported",
"authors": [
"Icons Bazaar"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Noun_Project_Door_icon_1512154.svg"
]
},
{
"path": "emergency_door.svg",
"license": "CC-BY-SA 4.0 international",
@ -18,5 +8,15 @@
"sources": [
"https://commons.wikimedia.org/wiki/File:Emergency_door_icon.svg"
]
},
{
"path": "entrance.svg",
"license": "CC-BY-SA",
"authors": [
"CT Steward"
],
"sources": [
"https://www.ctsteward.com/"
]
}
]