add addTags with sport=climbing

This commit is contained in:
Pavel Zbytovský 2024-02-12 15:37:39 +01:00
parent c6e1f01e8d
commit a6b5ed95b6
3 changed files with 12 additions and 0 deletions

View file

@ -25,5 +25,9 @@
"tags": {
"climbing": "crag"
},
"addTags": {
"sport": "climbing",
"climbing": "crag"
},
"name": "Climbing crag"
}

View file

@ -29,5 +29,9 @@
"tags": {
"climbing": "route"
},
"addTags": {
"sport": "climbing",
"climbing": "route"
},
"name": "Climbing route"
}

View file

@ -16,5 +16,9 @@
"tags": {
"climbing": "route_bottom"
},
"addTags": {
"sport": "climbing",
"climbing": "route_bottom"
},
"name": "Climbing route (start)"
}