mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-18 06:34:43 +02:00
Add Team Handball Court preset (#636)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user