Fix commas, run make

This commit is contained in:
Bryan Housel
2016-07-27 12:44:16 -04:00
parent ad1177025b
commit 5de925b881
5 changed files with 36 additions and 2 deletions
+5
View File
@@ -2523,6 +2523,11 @@ en:
name: Marina
# 'terms: boat'
terms: '<translate with synonyms or related terms for ''Marina'', separated by commas>'
leisure/miniature_golf:
# leisure=miniature_golf
name: Miniature Golf
# 'terms: crazy,mini,putt'
terms: '<translate with synonyms or related terms for ''Miniature Golf'', separated by commas>'
leisure/nature_reserve:
# leisure=nature_reserve
name: Nature Reserve
+21
View File
@@ -5699,6 +5699,27 @@
},
"name": "Marina"
},
"leisure/miniature_golf": {
"icon": "golf",
"fields": [
"operator",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"crazy",
"mini",
"putt"
],
"tags": {
"leisure": "miniature_golf"
},
"name": "Miniature Golf"
},
"leisure/nature_reserve": {
"icon": "park",
"geometry": [
@@ -10,8 +10,8 @@
"area"
],
"terms": [
"crazy"
"mini"
"crazy",
"mini",
"putt"
],
"tags": {
+4
View File
@@ -1295,6 +1295,10 @@
"key": "leisure",
"value": "marina"
},
{
"key": "leisure",
"value": "miniature_golf"
},
{
"key": "leisure",
"value": "nature_reserve"
+4
View File
@@ -2839,6 +2839,10 @@
"name": "Marina",
"terms": "boat"
},
"leisure/miniature_golf": {
"name": "Miniature Golf",
"terms": "crazy,mini,putt"
},
"leisure/nature_reserve": {
"name": "Nature Reserve",
"terms": "protected,wildlife"