Skip to content

Commit

Permalink
Add Team Handball Court preset (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 committed Nov 14, 2022
1 parent cf23b20 commit f64a4bb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
1 change: 1 addition & 0 deletions data/presets/leisure/pitch/american_handball.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"value": "american_handball"
},
"terms": [
"handball",
"wallball"
],
"name": "American Handball Court"
Expand Down
19 changes: 19 additions & 0 deletions data/presets/leisure/pitch/handball.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit f64a4bb

Please sign in to comment.