Create preset swimming_pool_facility

Create preset water_park
Create a folder sports_centre
Rename sports_center.json to sports_centre.json
Issue:https://github.com/openstreetmap/iD/issues/2927

changes
This commit is contained in:
Kushan Joshi
2016-01-28 11:48:42 +05:30
committed by Bryan Housel
parent 7afa0e4ad2
commit fe246c6bb3
8 changed files with 60 additions and 5 deletions
+12 -1
View File
@@ -2558,11 +2558,16 @@ en:
name: Slipway
# 'terms: boat launch,boat ramp'
terms: "<translate with synonyms or related terms for 'Slipway', separated by commas>"
leisure/sports_center:
leisure/sports_centre:
# leisure=sports_centre
name: Sports Center / Gym
# 'terms: gym'
terms: "<translate with synonyms or related terms for 'Sports Center / Gym', separated by commas>"
leisure/sports_centre/swimming:
# 'leisure=sports_centre, sport=swimming'
name: Swimming Pool Facility
# 'terms: dive,water'
terms: "<translate with synonyms or related terms for 'Swimming Pool Facility', separated by commas>"
leisure/stadium:
# leisure=stadium
name: Stadium
@@ -2570,11 +2575,17 @@ en:
leisure/swimming_pool:
# leisure=swimming_pool
name: Swimming Pool
# 'terms: dive,water'
terms: "<translate with synonyms or related terms for 'Swimming Pool', separated by commas>"
leisure/track:
# leisure=track
name: Racetrack (non-Motorsport)
terms: "<translate with synonyms or related terms for 'Racetrack (non-Motorsport)', separated by commas>"
leisure/water_park:
# leisure=water_park
name: Water Park
# 'terms: swim,pool,dive'
terms: "<translate with synonyms or related terms for 'Water Park', separated by commas>"
line:
name: Line
terms: "<translate with synonyms or related terms for 'Line', separated by commas>"
File diff suppressed because one or more lines are too long
@@ -0,0 +1,21 @@
{
"icon": "swimming",
"fields": [
"access_simple",
"operator",
"address"
],
"geometry": [
"point",
"area"
],
"terms": [
"dive",
"water"
],
"tags": {
"leisure":"sports_centre",
"sport":"swimming"
},
"name": "Swimming Pool Facility"
}
@@ -7,9 +7,12 @@
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"dive",
"water"
],
"tags": {
"leisure": "swimming_pool"
},
@@ -0,0 +1,20 @@
{
"icon": "swimming",
"fields": [
"operator",
"address"
],
"geometry": [
"point",
"area"
],
"terms": [
"swim",
"pool",
"dive"
],
"tags": {
"leisure": "water_park"
},
"name": "Water Park"
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long