Improve camera direction description
Also show the direction=* tag in camera popup (it was already used for the icon orientation).
This commit is contained in:
parent
122acf8674
commit
4a3537f925
1 changed files with 23 additions and 3 deletions
|
@ -73,11 +73,16 @@
|
||||||
"#": "direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view",
|
"#": "direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "In which geographical direction does this camera film?",
|
"en": "In which geographical direction does this camera film?",
|
||||||
"nl": "Naar welke geografische richting filmt deze camera?"
|
"nl": "In welke geografische richting filmt deze camera?"
|
||||||
|
},
|
||||||
|
"render": {
|
||||||
|
"en": "Films to a compass heading of {camera:direction}",
|
||||||
|
"nl": "Filmt in kompasrichting {camera:direction}"
|
||||||
},
|
},
|
||||||
"render": "Films to {camera:direction}",
|
|
||||||
"condition": {
|
"condition": {
|
||||||
"or": [
|
"or": [
|
||||||
|
"camera:direction~*",
|
||||||
|
"direction~*",
|
||||||
"camera:type!=dome",
|
"camera:type!=dome",
|
||||||
{
|
{
|
||||||
"and": [
|
"and": [
|
||||||
|
@ -90,7 +95,22 @@
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "camera:direction",
|
"key": "camera:direction",
|
||||||
"type": "direction"
|
"type": "direction"
|
||||||
}
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"and": [
|
||||||
|
"camera:direction=",
|
||||||
|
"direction~*"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"en": "Films to a compass heading of {direction}",
|
||||||
|
"nl": "Filmt in kompasrichting {direction}"
|
||||||
|
},
|
||||||
|
"hideInAnswer": true
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"#": "Operator",
|
"#": "Operator",
|
||||||
|
|
Loading…
Reference in a new issue