Merge pull request #3396 from boothym/gym

Add indoor/outdoor gym, update sports centre presets
This commit is contained in:
Bryan Housel
2016-10-02 20:42:16 -04:00
committed by GitHub
3 changed files with 45 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
{
"icon": "pitch",
"fields": [
"sport",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "fitness_centre"
},
"terms": [
"health",
"gym",
"leisure",
"studio"
],
"name": "Gym / Fitness Center"
}

View File

@@ -0,0 +1,20 @@
{
"icon": "pitch",
"fields": [
"sport",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "fitness_station"
},
"terms": [
"fitness",
"gym"
],
"name": "Outdoor Fitness Station"
}

View File

@@ -14,7 +14,7 @@
"leisure": "sports_centre"
},
"terms": [
"gym"
"leisure"
],
"name": "Sports Center / Gym"
"name": "Sports Center / Complex"
}