mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
added more terms + fields for rock
This commit is contained in:
parent
bd1d0198bb
commit
1c9309bc1d
1 changed files with 13 additions and 3 deletions
|
|
@ -1,7 +1,14 @@
|
|||
{
|
||||
"icon": "temaki-boulder2",
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"height",
|
||||
"geological_outcrop"
|
||||
],
|
||||
"moreFields": [
|
||||
"diameter",
|
||||
"circumference",
|
||||
"start_date"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
@ -13,7 +20,10 @@
|
|||
"terms": [
|
||||
"boulder",
|
||||
"stone",
|
||||
"rock"
|
||||
"rock",
|
||||
"attached rock",
|
||||
"cairn",
|
||||
"bedrock"
|
||||
],
|
||||
"name": "Attached Rock / Boulder"
|
||||
"name": "Rock"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue