mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue