mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add survey point fields (#271)
This commit is contained in:
parent
d59f67d211
commit
889bc62edf
5 changed files with 95 additions and 4 deletions
5
data/fields/survey_point/datum_aligned.json
Normal file
5
data/fields/survey_point/datum_aligned.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "survey_point:datum_aligned",
|
||||
"type": "check",
|
||||
"label": "Aligned to the local geodetic datum"
|
||||
}
|
||||
12
data/fields/survey_point/purpose.json
Normal file
12
data/fields/survey_point/purpose.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "survey_point:purpose",
|
||||
"type": "combo",
|
||||
"label": "Purpose",
|
||||
"strings": {
|
||||
"options": {
|
||||
"horizontal": "Horizontal Alignment",
|
||||
"vertical": "Vertical Alignment",
|
||||
"both": "Both"
|
||||
}
|
||||
}
|
||||
}
|
||||
21
data/fields/survey_point/structure.json
Normal file
21
data/fields/survey_point/structure.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue