Skip to content

Commit f64a4bb

Browse files
authored
Add Team Handball Court preset (#636)
1 parent cf23b20 commit f64a4bb

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

data/deprecated.json

+4
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,10 @@
15131513
"old": {"sport": "shuffle_board"},
15141514
"replace": {"sport": "shuffleboard"}
15151515
},
1516+
{
1517+
"old": {"sport": "team_handball"},
1518+
"replace": {"sport": "handball"}
1519+
},
15161520
{
15171521
"old": {"station": "light_rail"},
15181522
"replace": {"station": "light_rail", "light_rail": "yes"}

data/presets/leisure/pitch/american_handball.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"value": "american_handball"
1414
},
1515
"terms": [
16+
"handball",
1617
"wallball"
1718
],
1819
"name": "American Handball Court"
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"icon": "maki-pitch",
3+
"geometry": [
4+
"area",
5+
"point"
6+
],
7+
"tags": {
8+
"leisure": "pitch",
9+
"sport": "handball"
10+
},
11+
"reference": {
12+
"key": "sport",
13+
"value": "handball"
14+
},
15+
"terms": [
16+
"handball"
17+
],
18+
"name": "Team Handball Court"
19+
}

0 commit comments

Comments
 (0)