"en":"A public area is surveilled, such as a street, a bridge, a square, a park, a train station, a public corridor or tunnel,...",
"nl":"Bewaking van de publieke ruilmte, dus een straat, een brug, een park, een plein, een stationsgebouw, een publiek toegankelijke gang of tunnel..."
}
},
{
"if":{
"and":[
"surveillance=outdoor"
]
},
"then":{
"en":"An outdoor, yet private area is surveilled (e.g. a parking lot, a fuel station, courtyard, entrance, private driveway, ...)",
"nl":"Een buitenruimte met privaat karakter (zoals een privé-oprit, een parking, tankstation, ...)"
}
},
{
"if":{
"and":[
"surveillance=indoor"
]
},
"then":{
"nl":"Een private binnenruimte wordt bewaakt, bv. een winkel, een parkeergarage, ...",
"en":"A private indoor area is surveilled, e.g. a shop, a private underground parking, ..."
}
}
]
},
{
"#":"Indoor camera? This isn't clear for 'public'-cameras",
"question":{
"en":"Is the public space surveilled by this camera an indoor or outdoor space?",
"nl":"Bevindt de bewaakte publieke ruimte camera zich binnen of buiten?"
},
"condition":{
"and":[
"surveillance:type=public"
]
},
"mappings":[
{
"if":"indoor=yes",
"then":{
"en":"This camera is located indoors",
"nl":"Deze camera bevindt zich binnen"
}
},
{
"if":"indoor=no",
"then":{
"en":"This camera is located outdoors",
"nl":"Deze camera bevindt zich buiten"
}
},
{
"if":"indoor=",
"then":{
"en":"This camera is probably located outdoors",
"nl":"Deze camera bevindt zich waarschijnlijk buiten"
},
"hideInAnswer":true
}
]
},
{
"#":"Level",
"question":{
"en":"On which level is this camera located?",
"nl":"Op welke verdieping bevindt deze camera zich?"
"#":"Note: {camera:direction} is substituted by a number, giving the string 'calc(123deg + 90deg)' ; it is this string that is used as css property, which interprets the calc",