Adjust terms and npm run build for new preset

This commit is contained in:
Bryan Housel
2018-05-16 16:09:15 -04:00
parent 4c07d08090
commit 4bc2eca7c3
5 changed files with 44 additions and 5 deletions
+5
View File
@@ -3750,6 +3750,11 @@ en:
name: Bird Hide
# 'terms: machan,ornithology'
terms: '<translate with synonyms or related terms for ''Bird Hide'', separated by commas>'
leisure/bleachers:
# leisure=bleachers
name: Bleachers
# 'terms: crowd,bench,sports,stand,stands,seat,seating'
terms: '<translate with synonyms or related terms for ''Bleachers'', separated by commas>'
leisure/bowling_alley:
# leisure=bowling_alley
name: Bowling Alley
+19
View File
@@ -9800,6 +9800,25 @@
],
"name": "Bird Hide"
},
"leisure/bleachers": {
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "bleachers"
},
"terms": [
"crowd",
"bench",
"sports",
"stand",
"stands",
"seat",
"seating"
],
"name": "Bleachers"
},
"leisure/bowling_alley": {
"icon": "poi-bowling",
"fields": [
+7 -5
View File
@@ -1,17 +1,19 @@
{
"icon": "picnic-site",
"geometry": [
"point"
"point",
"area"
],
"tags": {
"leisure": "bleachers"
},
"terms": [
"crowd",
"bench",
"sports",
"stand",
"stands",
"bench",
"benches",
"bleachers"
"seat",
"seating"
],
"name": "Bleachers"
}
+9
View File
@@ -4108,6 +4108,15 @@
"area"
]
},
{
"key": "leisure",
"value": "bleachers",
"description": "Bleachers",
"object_types": [
"node",
"area"
]
},
{
"key": "leisure",
"value": "bowling_alley",
+4
View File
@@ -4647,6 +4647,10 @@
"name": "Bird Hide",
"terms": "machan,ornithology"
},
"leisure/bleachers": {
"name": "Bleachers",
"terms": "crowd,bench,sports,stand,stands,seat,seating"
},
"leisure/bowling_alley": {
"name": "Bowling Alley",
"terms": "bowling center"