add survey point fields (#271)

This commit is contained in:
Kyℓe Hensel 2021-12-11 04:50:47 +13:00 committed by GitHub
parent d59f67d211
commit 889bc62edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 95 additions and 4 deletions

View file

@ -0,0 +1,5 @@
{
"key": "survey_point:datum_aligned",
"type": "check",
"label": "Aligned to the local geodetic datum"
}

View file

@ -0,0 +1,12 @@
{
"key": "survey_point:purpose",
"type": "combo",
"label": "Purpose",
"strings": {
"options": {
"horizontal": "Horizontal Alignment",
"vertical": "Vertical Alignment",
"both": "Both"
}
}
}

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"
}
}
}

View file

@ -1,8 +1,15 @@
{
"icon": "temaki-benchmark_disk",
"fields": [
"name",
"ref",
"ele_node",
"survey_point/structure",
"survey_point/purpose",
"ele_node"
],
"moreFields": [
"survey_point/datum_aligned",
"website",
"inscription"
],
"geometry": [
@ -11,6 +18,10 @@
],
"terms": [
"trig point",
"trig station",
"survey marker",
"geodetic mark",
"geodetic point",
"triangulation pillar",
"trigonometrical station"
],