From c564e688897c510ca8b9e50bc2e9938e4ca33eb1 Mon Sep 17 00:00:00 2001 From: DSc-de <68108999+DSc-de@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:11:03 +0100 Subject: [PATCH] add OSM key 'sport' to main tags Use case: find new bike parks which typically are mapped as leisure=pitch and sport=cycling --- src/mainTags.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainTags.json b/src/mainTags.json index e7dd023..6d6f21a 100644 --- a/src/mainTags.json +++ b/src/mainTags.json @@ -19,6 +19,7 @@ "railway", "route", "shop", + "sport", "tourism", "waterway" ]