mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Add more label definitions to example survey config
This commit is contained in:
@@ -104,6 +104,20 @@ labels:
|
||||
model:
|
||||
user: true
|
||||
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:
|
||||
view:
|
||||
"colour": "#F48FB1"
|
||||
@@ -125,6 +139,20 @@ labels:
|
||||
model:
|
||||
user: true
|
||||
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:
|
||||
view:
|
||||
colour: "#EF9A9A"
|
||||
@@ -139,16 +167,23 @@ labels:
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
Weather:
|
||||
view:
|
||||
colour: "blue accent-1"
|
||||
description: "Weather information"
|
||||
model:
|
||||
user: true
|
||||
multiple: true
|
||||
Missed shot:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
colour: "red darken-1"
|
||||
description: "Missing shot"
|
||||
model:
|
||||
user: false
|
||||
multiple: true
|
||||
NTBP:
|
||||
view:
|
||||
colour: "#C0C0C0"
|
||||
colour: "red"
|
||||
description: "Not to be processed"
|
||||
model:
|
||||
user: true
|
||||
@@ -188,6 +223,8 @@ labels:
|
||||
model:
|
||||
user: 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:
|
||||
presetRemarks:
|
||||
|
||||
Reference in New Issue
Block a user