mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
Add Adventure Park preset (#1051)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "temaki-abseiling",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"{leisure/sports_centre}"
|
||||
],
|
||||
"terms": [
|
||||
"obstacle course",
|
||||
"rope climbing",
|
||||
"ropes course",
|
||||
"zip line"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "sports_centre",
|
||||
"sport": "climbing_adventure"
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "climbing_adventure"
|
||||
},
|
||||
"name": "Adventure Park"
|
||||
}
|
||||
Reference in New Issue
Block a user