add survey point fields (#271)

This commit is contained in:
Kyℓe Hensel
2021-12-10 16:50:47 +01:00
committed by GitHub
parent d59f67d211
commit 889bc62edf
5 changed files with 95 additions and 4 deletions
@@ -0,0 +1,5 @@
{
"key": "survey_point:datum_aligned",
"type": "check",
"label": "Aligned to the local geodetic datum"
}
+12
View File
@@ -0,0 +1,12 @@
{
"key": "survey_point:purpose",
"type": "combo",
"label": "Purpose",
"strings": {
"options": {
"horizontal": "Horizontal Alignment",
"vertical": "Vertical Alignment",
"both": "Both"
}
}
}
+21
View File
@@ -0,0 +1,21 @@
{
"key": "survey_point:structure",
"type": "combo",
"label": "Structure",
"strings": {
"options": {
"beacon": "Beacon",
"block": "Block",
"pole": "Pole",
"pillar": "Pillar",
"bracket": "Bracket",
"plaque": "Plaque",
"medallion": "Medallion",
"cairn": "Cairn",
"pin": "Pin",
"indented_pin": "Indented pin",
"cut": "Cut",
"magnet": "Magnet"
}
}
}