mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add route_top
This commit is contained in:
parent
71835c25d2
commit
076e09d98d
1 changed files with 25 additions and 0 deletions
25
data/presets/climbing/route_top.json
Normal file
25
data/presets/climbing/route_top.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-abseiling",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"{climbing/route}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{climbing/route}"
|
||||
],
|
||||
"terms": [
|
||||
"rock climbing",
|
||||
"climbing"
|
||||
],
|
||||
"tags": {
|
||||
"climbing": "route_top"
|
||||
},
|
||||
"addTags": {
|
||||
"sport": "climbing",
|
||||
"climbing": "route_top"
|
||||
},
|
||||
"name": "Climbing route (top)"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue