mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Updates the Slipway preset with Name and Fee fields and Vertex geometry
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -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"
|
||||
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user