mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add Team Handball Court preset (#636)
This commit is contained in:
parent
cf23b2003c
commit
f64a4bbc16
3 changed files with 24 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"value": "american_handball"
|
||||
},
|
||||
"terms": [
|
||||
"handball",
|
||||
"wallball"
|
||||
],
|
||||
"name": "American Handball Court"
|
||||
|
|
|
|||
19
data/presets/leisure/pitch/handball.json
Normal file
19
data/presets/leisure/pitch/handball.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue