forked from MapComplete/MapComplete
Add more detailed questions to street lighting theme
This commit is contained in:
parent
c6ae4e721e
commit
33ee2e8747
3 changed files with 232 additions and 14 deletions
|
@ -1238,6 +1238,37 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"colour": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This lamp emits white light"
|
||||
},
|
||||
"1": {
|
||||
"then": "This lamp emits green light"
|
||||
},
|
||||
"2": {
|
||||
"then": "This lamp emits orange light"
|
||||
}
|
||||
},
|
||||
"question": "What colour light does this lamp emit?",
|
||||
"render": "This lamp emits {light:colour} light"
|
||||
},
|
||||
"count": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This lamp has 1 fixture"
|
||||
},
|
||||
"1": {
|
||||
"then": "This lamp has 2 fixtures"
|
||||
}
|
||||
},
|
||||
"question": "How many fixtures does this light have?",
|
||||
"render": "This lamp has {light:count} fixtures"
|
||||
},
|
||||
"direction": {
|
||||
"question": "Where does this lamp point to?",
|
||||
"render": "This lamp points towards {light:direction}"
|
||||
},
|
||||
"lamp_mount": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1249,6 +1280,23 @@
|
|||
},
|
||||
"question": "How is this lamp mounted to the pole?"
|
||||
},
|
||||
"lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This lamp is lit at night"
|
||||
},
|
||||
"1": {
|
||||
"then": "This lamp is lit 24/7"
|
||||
},
|
||||
"2": {
|
||||
"then": "This lamp is lit based on motion"
|
||||
},
|
||||
"3": {
|
||||
"then": "This lamp is lit based on demand (e.g. with a pushbutton)"
|
||||
}
|
||||
},
|
||||
"question": "When is this lamp lit?"
|
||||
},
|
||||
"method": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1337,10 +1385,10 @@
|
|||
"then": "This road is not lit"
|
||||
},
|
||||
"2": {
|
||||
"then": "This road is lit at night"
|
||||
"then": "This street is lit at night"
|
||||
},
|
||||
"3": {
|
||||
"then": "This road is lit 24/7"
|
||||
"then": "This street is lit 24/7"
|
||||
}
|
||||
},
|
||||
"question": "Is this street lit?"
|
||||
|
@ -1362,10 +1410,10 @@
|
|||
"then": "This road is not lit"
|
||||
},
|
||||
"2": {
|
||||
"then": "This road is lit at night"
|
||||
"then": "This street is lit at night"
|
||||
},
|
||||
"3": {
|
||||
"then": "This road is lit 24/7"
|
||||
"then": "This street is lit 24/7"
|
||||
}
|
||||
},
|
||||
"question": "Is this street lit?"
|
||||
|
|
|
@ -908,6 +908,37 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"colour": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze lantaarn geeft wit licht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze lantaarn geeft groen licht"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze lantaarn geeft oranje licht"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor kleur licht geeft deze lantaarn?",
|
||||
"render": "Deze lantaarn geeft {light:colour} licht"
|
||||
},
|
||||
"count": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze lantaarn heeft 1 lamp"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze lantaarn heeft 2 lampen"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel lampen heeft deze lantaarn?",
|
||||
"render": "Deze lantaarn heeft {light:count} lampen"
|
||||
},
|
||||
"direction": {
|
||||
"question": "Waar is deze lamp heengericht?",
|
||||
"render": "Deze lantaarn is gericht naar {light:direction}"
|
||||
},
|
||||
"lamp_mount": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -919,6 +950,23 @@
|
|||
},
|
||||
"question": "Hoe zit deze lantaarn aan de paal?"
|
||||
},
|
||||
"lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze lantaarn is 's nachts verlicht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze lantaarn is 24/7 verlicht"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze lantaarn is verlicht op basis van beweging"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze lantaarn is verlicht op verzoek (bijv. met een drukknop)"
|
||||
}
|
||||
},
|
||||
"question": "Wanneer is deze lantaarn verlicht?"
|
||||
},
|
||||
"method": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1001,16 +1049,16 @@
|
|||
"lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze weg is verlicht"
|
||||
"then": "Deze straat is verlicht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze weg is niet verlicht"
|
||||
"then": "Deze straat is niet verlicht"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze weg is 's nachts verlicht"
|
||||
"then": "Deze straat is 's nachts verlicht"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze weg is 24/7 verlicht"
|
||||
"then": "Deze straat is 24/7 verlicht"
|
||||
}
|
||||
},
|
||||
"question": "Is deze straat verlicht?"
|
||||
|
@ -1026,16 +1074,16 @@
|
|||
"lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze weg is verlicht"
|
||||
"then": "Deze straat is verlicht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze weg is niet verlicht"
|
||||
"then": "Deze straat is niet verlicht"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze weg is 's nachts verlicht"
|
||||
"then": "Deze straat is 's nachts verlicht"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze weg is 24/7 verlicht"
|
||||
"then": "Deze straat is 24/7 verlicht"
|
||||
}
|
||||
},
|
||||
"question": "Is deze straat verlicht?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue