Skip to content

Commit

Permalink
Themes(climbing): Recognize leisure=sports_hall
Browse files Browse the repository at this point in the history
This commit just adds support to recognize `leisure=sports_hall`, it
doesn't add a preset. Imo `leisure=sports_hall` vs
`leisure=sports_centre` looks like a hot mess in many cases (there are
several forum threads about this question) and we shouldn't
bother MapComplete users with this when they want to add a climbing gym.

But there's one clear case where I'd even like to add this tag myself
(with JOSM): on halls within a larger sports_centre.
Sport Vlaanderen Brugge and Sportoase Leuven come to mind.
  • Loading branch information
Midgard authored and pietervdvn committed Dec 11, 2024
1 parent 9b8235e commit 2a135f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/layers/climbing_gym/climbing_gym.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
"osmTags": {
"and": [
"sport=climbing",
"leisure=sports_centre"
{
"or": [
"leisure=sports_centre",
"leisure=sports_hall"
]
}
]
}
},
Expand Down

0 comments on commit 2a135f9

Please sign in to comment.