mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +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
|
|
@ -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