Theme cleanup: fused entrances with indoors
This commit is contained in:
parent
867853b83a
commit
917aa771b3
4 changed files with 17 additions and 23 deletions
|
@ -419,7 +419,7 @@
|
||||||
"centroid"
|
"centroid"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "circle:white;./assets/layers/entrance/door.svg",
|
"render": "circle:white;./assets/layers/entrance/entrance.svg",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "entrance=emergency",
|
"if": "entrance=emergency",
|
||||||
|
|
|
@ -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",
|
"path": "emergency_door.svg",
|
||||||
"license": "CC-BY-SA 4.0 international",
|
"license": "CC-BY-SA 4.0 international",
|
||||||
|
@ -18,5 +8,15 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
"https://commons.wikimedia.org/wiki/File:Emergency_door_icon.svg"
|
"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/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -5,11 +5,11 @@
|
||||||
"de": "Innenräume"
|
"de": "Innenräume"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "On this map, publicly accessible indoor places are shown",
|
"en": "On this map, indoor places are shown together with pedestrian paths and entrances",
|
||||||
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
|
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
|
||||||
},
|
},
|
||||||
"maintainer": "MapComplete",
|
"maintainer": "MapComplete",
|
||||||
"icon": "./assets/themes/onwheels/crest.svg",
|
"icon": "./assets/layers/entrance/entrance.svg",
|
||||||
"version": "0",
|
"version": "0",
|
||||||
"startLat": 51.17181,
|
"startLat": 51.17181,
|
||||||
"defaultBackgroundId": "CartoDB.Voyager",
|
"defaultBackgroundId": "CartoDB.Voyager",
|
||||||
|
@ -23,6 +23,8 @@
|
||||||
"override": {
|
"override": {
|
||||||
"shownByDefault": true
|
"shownByDefault": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"pedestrian_path",
|
||||||
|
"entrance"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -159,10 +159,6 @@
|
||||||
"if": "theme=education",
|
"if": "theme=education",
|
||||||
"then": "./assets/layers/school/college.svg"
|
"then": "./assets/layers/school/college.svg"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"if": "theme=entrances",
|
|
||||||
"then": "./assets/layers/entrance/door.svg"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"if": "theme=etymology",
|
"if": "theme=etymology",
|
||||||
"then": "./assets/layers/etymology/logo.svg"
|
"then": "./assets/layers/etymology/logo.svg"
|
||||||
|
@ -187,10 +183,6 @@
|
||||||
"if": "theme=ghostbikes",
|
"if": "theme=ghostbikes",
|
||||||
"then": "./assets/themes/ghostbikes/logo.svg"
|
"then": "./assets/themes/ghostbikes/logo.svg"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"if": "theme=governments",
|
|
||||||
"then": "./assets/themes/onwheels/crest.svg"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"if": "theme=grb",
|
"if": "theme=grb",
|
||||||
"then": "./assets/themes/grb_import/logo.svg"
|
"then": "./assets/themes/grb_import/logo.svg"
|
||||||
|
@ -217,7 +209,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "theme=indoors",
|
"if": "theme=indoors",
|
||||||
"then": "./assets/themes/onwheels/crest.svg"
|
"then": "./assets/layers/entrance/entrance.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "theme=kerbs_and_crossings",
|
"if": "theme=kerbs_and_crossings",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue