forked from MapComplete/MapComplete
Adding support for panorama cameras.
This commit is contained in:
parent
55bf0fa2f1
commit
4658bf42a6
1 changed files with 10 additions and 3 deletions
|
@ -340,7 +340,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Camera type: fixed; panning; dome",
|
"id": "Camera type: fixed; panning; dome; panorama",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What kind of camera is this?",
|
"en": "What kind of camera is this?",
|
||||||
"ca": "Quin tipus de càmera és aquesta?",
|
"ca": "Quin tipus de càmera és aquesta?",
|
||||||
|
@ -388,7 +388,7 @@
|
||||||
},
|
},
|
||||||
"icon": "./assets/themes/surveillance/dome.svg"
|
"icon": "./assets/themes/surveillance/dome.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "camera:type=panning",
|
"if": "camera:type=panning",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "A panning camera",
|
"en": "A panning camera",
|
||||||
|
@ -403,6 +403,13 @@
|
||||||
"ru": "Панорамная камера"
|
"ru": "Панорамная камера"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"if": "camera:type=panorama",
|
||||||
|
"then": {
|
||||||
|
"en": "A camera with a wide field of view",
|
||||||
|
"fr": "Une caméra 360°"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "camera:type=doorbell",
|
"if": "camera:type=doorbell",
|
||||||
"icon": {
|
"icon": {
|
||||||
|
@ -958,4 +965,4 @@
|
||||||
"enableRelocation": false
|
"enableRelocation": false
|
||||||
},
|
},
|
||||||
"enableMorePrivacy": true
|
"enableMorePrivacy": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue