mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
added dimension fields and more terms for stone
This commit is contained in:
parent
1c9309bc1d
commit
ca17efb6b4
1 changed files with 12 additions and 3 deletions
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"icon": "temaki-boulder1",
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"width",
|
||||
"diameter",
|
||||
"circumference"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
@ -13,7 +19,10 @@
|
|||
"terms": [
|
||||
"boulder",
|
||||
"stone",
|
||||
"rock"
|
||||
"rock",
|
||||
"findling",
|
||||
"glacial erratic",
|
||||
"erratic"
|
||||
],
|
||||
"name": "Unattached Stone / Boulder"
|
||||
"name": "Glacial Erratic / Boulder"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue