mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-12 14:20:22 +02:00
add survey point fields (#271)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "survey_point:datum_aligned",
|
||||
"type": "check",
|
||||
"label": "Aligned to the local geodetic datum"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "survey_point:purpose",
|
||||
"type": "combo",
|
||||
"label": "Purpose",
|
||||
"strings": {
|
||||
"options": {
|
||||
"horizontal": "Horizontal Alignment",
|
||||
"vertical": "Vertical Alignment",
|
||||
"both": "Both"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user