Merge pull request #4438 from haroldb/sauna-preset

Add sauna preset
This commit is contained in:
Bryan Housel
2017-10-14 12:48:58 -04:00
committed by GitHub
5 changed files with 48 additions and 0 deletions

View File

@@ -3517,6 +3517,10 @@ en:
name: Racetrack (Running)
# 'terms: race*,running,sprint,track'
terms: '<translate with synonyms or related terms for ''Racetrack (Running)'', separated by commas>'
leisure/sauna:
# leisure=sauna
name: Sauna
terms: '<translate with synonyms or related terms for ''Sauna'', separated by commas>'
leisure/slipway:
# leisure=slipway
name: Slipway

View File

@@ -9558,6 +9558,24 @@
],
"name": "Racetrack (Running)"
},
"leisure/sauna": {
"fields": [
"name",
"operator",
"address",
"opening_hours",
"access_simple",
"fee"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "sauna"
},
"name": "Sauna"
},
"leisure/slipway": {
"icon": "poi-beach",
"geometry": [

View File

@@ -0,0 +1,18 @@
{
"fields": [
"name",
"operator",
"address",
"opening_hours",
"access_simple",
"fee"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "sauna"
},
"name": "Sauna"
}

View File

@@ -1805,6 +1805,10 @@
"key": "sport",
"value": "running"
},
{
"key": "leisure",
"value": "sauna"
},
{
"key": "leisure",
"value": "slipway"

View File

@@ -4172,6 +4172,10 @@
"name": "Racetrack (Running)",
"terms": "race*,running,sprint,track"
},
"leisure/sauna": {
"name": "Sauna",
"terms": ""
},
"leisure/slipway": {
"name": "Slipway",
"terms": "boat launch,boat ramp"