Updates the Slipway preset with Name and Fee fields and Vertex geometry

This commit is contained in:
Quincy Morgan
2018-11-22 12:47:02 -05:00
parent 3d14cb0529
commit 4aff7a9485
4 changed files with 9 additions and 5 deletions

View File

@@ -4622,7 +4622,7 @@ en:
leisure/slipway:
# leisure=slipway
name: Slipway
# 'terms: boat launch,boat ramp'
# 'terms: boat launch,boat ramp,boat landing'
terms: '<translate with synonyms or related terms for ''Slipway'', separated by commas>'
leisure/sports_centre:
# leisure=sports_centre

View File

@@ -573,7 +573,7 @@
"leisure/resort": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "resort"}, "name": "Resort"},
"leisure/running_track": {"icon": "maki-pitch", "fields": ["surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["point", "line", "area"], "tags": {"leisure": "track", "sport": "running"}, "terms": ["race*", "running", "sprint", "track"], "name": "Racetrack (Running)"},
"leisure/sauna": {"icon": "fas-thermometer-three-quarters", "fields": ["name", "operator", "address", "opening_hours", "access_simple", "fee"], "geometry": ["point", "area"], "tags": {"leisure": "sauna"}, "name": "Sauna"},
"leisure/slipway": {"icon": "maki-slipway", "fields": ["access_simple"], "geometry": ["point", "line"], "terms": ["boat launch", "boat ramp"], "tags": {"leisure": "slipway"}, "name": "Slipway"},
"leisure/slipway": {"icon": "maki-slipway", "fields": ["name", "access_simple", "fee"], "geometry": ["point", "vertex", "line"], "terms": ["boat launch", "boat ramp", "boat landing"], "tags": {"leisure": "slipway"}, "name": "Slipway"},
"leisure/sports_centre": {"icon": "maki-pitch", "fields": ["name", "sport", "building", "address", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "sports_centre"}, "terms": [], "name": "Sports Center / Complex"},
"leisure/sports_centre/swimming": {"icon": "maki-swimming", "fields": ["name", "access_simple", "operator", "address", "building"], "geometry": ["point", "area"], "terms": ["dive", "water"], "tags": {"leisure": "sports_centre", "sport": "swimming"}, "reference": {"key": "sport", "value": "swimming"}, "name": "Swimming Pool Facility"},
"leisure/stadium": {"icon": "maki-pitch", "fields": ["name", "sport", "address"], "geometry": ["point", "area"], "tags": {"leisure": "stadium"}, "name": "Stadium"},

View File

@@ -1,15 +1,19 @@
{
"icon": "maki-slipway",
"fields": [
"access_simple"
"name",
"access_simple",
"fee"
],
"geometry": [
"point",
"vertex",
"line"
],
"terms": [
"boat launch",
"boat ramp"
"boat ramp",
"boat landing"
],
"tags": {
"leisure": "slipway"

View File

@@ -5470,7 +5470,7 @@
},
"leisure/slipway": {
"name": "Slipway",
"terms": "boat launch,boat ramp"
"terms": "boat launch,boat ramp,boat landing"
},
"leisure/sports_centre": {
"name": "Sports Center / Complex",