mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Create mountain_pass.json
This commit is contained in:
parent
6de5f5fde8
commit
7893b3656a
1 changed files with 21 additions and 0 deletions
21
data/presets/mountain_pass.json
Normal file
21
data/presets/mountain_pass.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "temaki-saddle",
|
||||
"fields": [
|
||||
"name",
|
||||
"ele_node"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"mountain_pass": "yes"
|
||||
},
|
||||
"terms": [
|
||||
"gap",
|
||||
"hill pass",
|
||||
"mountain pass",
|
||||
"pass"
|
||||
],
|
||||
"name": "Mountain Pass",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue