Add Team Handball Court preset (#636)

This commit is contained in:
archpdx
2022-11-14 07:38:22 -08:00
committed by GitHub
parent cf23b2003c
commit f64a4bbc16
3 changed files with 24 additions and 0 deletions
+4
View File
@@ -1513,6 +1513,10 @@
"old": {"sport": "shuffle_board"},
"replace": {"sport": "shuffleboard"}
},
{
"old": {"sport": "team_handball"},
"replace": {"sport": "handball"}
},
{
"old": {"station": "light_rail"},
"replace": {"station": "light_rail", "light_rail": "yes"}
@@ -13,6 +13,7 @@
"value": "american_handball"
},
"terms": [
"handball",
"wallball"
],
"name": "American Handball Court"
+19
View File
@@ -0,0 +1,19 @@
{
"icon": "maki-pitch",
"geometry": [
"area",
"point"
],
"tags": {
"leisure": "pitch",
"sport": "handball"
},
"reference": {
"key": "sport",
"value": "handball"
},
"terms": [
"handball"
],
"name": "Team Handball Court"
}