mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Add more label definitions to example survey config
This commit is contained in:
@@ -104,6 +104,20 @@ labels:
|
|||||||
model:
|
model:
|
||||||
user: true
|
user: true
|
||||||
multiple: false
|
multiple: false
|
||||||
|
FGSP:
|
||||||
|
view:
|
||||||
|
colour: "light-blue darken-1"
|
||||||
|
"description": "First good shot point"
|
||||||
|
model:
|
||||||
|
user: true
|
||||||
|
multiple: true
|
||||||
|
FOSP:
|
||||||
|
view:
|
||||||
|
colour: "light-blue darken-2"
|
||||||
|
"description": "First overlap shot point"
|
||||||
|
model:
|
||||||
|
user: true
|
||||||
|
multiple: true
|
||||||
Guns:
|
Guns:
|
||||||
view:
|
view:
|
||||||
"colour": "#F48FB1"
|
"colour": "#F48FB1"
|
||||||
@@ -125,6 +139,20 @@ labels:
|
|||||||
model:
|
model:
|
||||||
user: true
|
user: true
|
||||||
multiple: false
|
multiple: false
|
||||||
|
LGSP:
|
||||||
|
view:
|
||||||
|
colour: "cyan darken-1"
|
||||||
|
"description": "Last good shot point"
|
||||||
|
model:
|
||||||
|
user: true
|
||||||
|
multiple: true
|
||||||
|
LOSP:
|
||||||
|
view:
|
||||||
|
colour: "cyan darken-2"
|
||||||
|
"description": "Last overlap shot point"
|
||||||
|
model:
|
||||||
|
user: true
|
||||||
|
multiple: true
|
||||||
Nav:
|
Nav:
|
||||||
view:
|
view:
|
||||||
colour: "#EF9A9A"
|
colour: "#EF9A9A"
|
||||||
@@ -139,16 +167,23 @@ labels:
|
|||||||
model:
|
model:
|
||||||
user: true
|
user: true
|
||||||
multiple: true
|
multiple: true
|
||||||
|
Weather:
|
||||||
|
view:
|
||||||
|
colour: "blue accent-1"
|
||||||
|
description: "Weather information"
|
||||||
|
model:
|
||||||
|
user: true
|
||||||
|
multiple: true
|
||||||
Missed shot:
|
Missed shot:
|
||||||
view:
|
view:
|
||||||
colour: "#C0C0C0"
|
colour: "red darken-1"
|
||||||
description: "Missing shot"
|
description: "Missing shot"
|
||||||
model:
|
model:
|
||||||
user: false
|
user: false
|
||||||
multiple: true
|
multiple: true
|
||||||
NTBP:
|
NTBP:
|
||||||
view:
|
view:
|
||||||
colour: "#C0C0C0"
|
colour: "red"
|
||||||
description: "Not to be processed"
|
description: "Not to be processed"
|
||||||
model:
|
model:
|
||||||
user: true
|
user: true
|
||||||
@@ -188,6 +223,8 @@ labels:
|
|||||||
model:
|
model:
|
||||||
user: true
|
user: true
|
||||||
multiple: true
|
multiple: true
|
||||||
|
# NOTE to self:
|
||||||
|
# insert into labels (select ld.key as name, ld.value as data from file_data fd, json_each(fd.data->'labels') ld);
|
||||||
|
|
||||||
events:
|
events:
|
||||||
presetRemarks:
|
presetRemarks:
|
||||||
|
|||||||
Reference in New Issue
Block a user