From a6b5ed95b6d25aab0900b8a662ba59a429aad1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Zbytovsk=C3=BD?= Date: Mon, 12 Feb 2024 15:37:39 +0100 Subject: [PATCH] add `addTags` with `sport=climbing` --- data/presets/climbing/crag.json | 4 ++++ data/presets/climbing/route.json | 4 ++++ data/presets/climbing/route_bottom.json | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/data/presets/climbing/crag.json b/data/presets/climbing/crag.json index 7413c65e..306e2715 100644 --- a/data/presets/climbing/crag.json +++ b/data/presets/climbing/crag.json @@ -25,5 +25,9 @@ "tags": { "climbing": "crag" }, + "addTags": { + "sport": "climbing", + "climbing": "crag" + }, "name": "Climbing crag" } diff --git a/data/presets/climbing/route.json b/data/presets/climbing/route.json index 8e4ac8b8..8a929878 100644 --- a/data/presets/climbing/route.json +++ b/data/presets/climbing/route.json @@ -29,5 +29,9 @@ "tags": { "climbing": "route" }, + "addTags": { + "sport": "climbing", + "climbing": "route" + }, "name": "Climbing route" } diff --git a/data/presets/climbing/route_bottom.json b/data/presets/climbing/route_bottom.json index ba50fd10..ca03e185 100644 --- a/data/presets/climbing/route_bottom.json +++ b/data/presets/climbing/route_bottom.json @@ -16,5 +16,9 @@ "tags": { "climbing": "route_bottom" }, + "addTags": { + "sport": "climbing", + "climbing": "route_bottom" + }, "name": "Climbing route (start)" }