Formatting, fix build
This commit is contained in:
parent
31cefced42
commit
471f792c4d
6 changed files with 33 additions and 30 deletions
|
@ -44,7 +44,9 @@
|
|||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"labels": ["map"],
|
||||
"labels": [
|
||||
"map"
|
||||
],
|
||||
"question": {
|
||||
"en": "On which data is this map based?",
|
||||
"nl": "Op welke data is deze kaart gebaseerd?",
|
||||
|
@ -88,7 +90,9 @@
|
|||
},
|
||||
{
|
||||
"id": "map-attribution",
|
||||
"labels": ["map"],
|
||||
"labels": [
|
||||
"map"
|
||||
],
|
||||
"question": {
|
||||
"en": "Is the OpenStreetMap-attribution given?",
|
||||
"nl": "Is de attributie voor OpenStreetMap aanwezig?",
|
||||
|
@ -274,4 +278,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -87,6 +87,14 @@
|
|||
],
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"path": "blocked.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Pieter Vander Vennet"
|
||||
],
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"path": "brick_wall_raw.svg",
|
||||
"license": "CC0",
|
||||
|
@ -111,14 +119,6 @@
|
|||
],
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"path": "blocked.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Pieter Vander Vennet"
|
||||
],
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"path": "bug.svg",
|
||||
"license": "MIT",
|
||||
|
@ -1405,4 +1405,4 @@
|
|||
"https://www.wikipedia.org/"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
|
@ -1937,7 +1937,7 @@
|
|||
"pl": "Nazwa sieci to <b>{internet_access:ssid}</b>"
|
||||
}
|
||||
},
|
||||
"luminous_or_lit": {
|
||||
"luminous_or_lit": {
|
||||
"question": {
|
||||
"en": "Is this object lit or does it emit light?"
|
||||
},
|
||||
|
@ -1950,13 +1950,11 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en":"This object both emits light and is lighted by an external light source"
|
||||
"en": "This object both emits light and is lighted by an external light source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if":
|
||||
"luminous=yes"
|
||||
,
|
||||
"if": "luminous=yes",
|
||||
"then": {
|
||||
"en": "This object emits light"
|
||||
},
|
||||
|
@ -1965,10 +1963,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"if":
|
||||
"lit=yes"
|
||||
,
|
||||
"then":{"en": "This object is lit externally, e.g. by a spotlight or other lights"},
|
||||
"if": "lit=yes",
|
||||
"then": {
|
||||
"en": "This object is lit externally, e.g. by a spotlight or other lights"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"luminous=no"
|
||||
]
|
||||
|
@ -1986,4 +1984,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -427,8 +427,7 @@
|
|||
"path": "./assets/themes/advertising/trivision.svg"
|
||||
},
|
||||
"#": "Only applicable to billboards",
|
||||
"hideInAnswer": "advertising!=billboard"
|
||||
|
||||
"hideInAnswer": "advertising!=billboard"
|
||||
},
|
||||
{
|
||||
"if": "animated=winding_posters",
|
||||
|
@ -462,7 +461,8 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"builtin": "luminous_or_lit",
|
||||
"id": "luminous_or_lit_advertising",
|
||||
"builtin": "luminous_or_lit",
|
||||
"override": {
|
||||
"+mappings": [
|
||||
{
|
||||
|
@ -663,7 +663,9 @@
|
|||
"key": "ref"
|
||||
},
|
||||
"condition": {
|
||||
"and": ["advertising!=sign"]
|
||||
"and": [
|
||||
"advertising!=sign"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -935,7 +937,6 @@
|
|||
"./assets/themes/advertising/Times square.jpg"
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"tags": [
|
||||
"advertising=tarp"
|
||||
|
@ -1035,4 +1036,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -116,7 +116,7 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "theme=advertising",
|
||||
"then": "./assets/themes/advertising/icon.svg"
|
||||
"then": "./assets/themes/advertising/poster_box.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=aed",
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
},
|
||||
"question": "Does this advertisement cycle through multiple messages?"
|
||||
},
|
||||
"luminous_or_lit": {
|
||||
"luminous_or_lit_advertising": {
|
||||
"override": {
|
||||
"+mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Reference in a new issue