fix missing comma, add terms, npm run build

This commit is contained in:
Bryan Housel
2018-05-28 13:00:57 -04:00
parent 725c33d656
commit ae519d10e6
5 changed files with 51 additions and 4 deletions
+5
View File
@@ -5397,6 +5397,11 @@ en:
name: Motorcycle Dealership
# 'terms: bike'
terms: '<translate with synonyms or related terms for ''Motorcycle Dealership'', separated by commas>'
shop/motorcycle_repair:
# shop=motorcycle_repair
name: Motorcycle Repair Shop
# 'terms: auto,bike,garage,motorcycle,repair,service'
terms: '<translate with synonyms or related terms for ''Motorcycle Repair Shop'', separated by commas>'
shop/music:
# shop=music
name: Music Store
+28
View File
@@ -18054,6 +18054,34 @@
},
"name": "Money Lender"
},
"shop/motorcycle_repair": {
"icon": "scooter",
"fields": [
"name",
"operator",
"address",
"building_area",
"service/vehicle",
"opening_hours",
"payment_multi"
],
"geometry": [
"point",
"area"
],
"terms": [
"auto",
"bike",
"garage",
"motorcycle",
"repair",
"service"
],
"tags": {
"shop": "motorcycle_repair"
},
"name": "Motorcycle Repair Shop"
},
"shop/motorcycle": {
"icon": "scooter",
"fields": [
@@ -15,11 +15,11 @@
],
"terms": [
"auto",
"garage",
"service",
"motorcycle"
"bike",
"bike repair"
"garage",
"motorcycle",
"repair",
"service"
],
"tags": {
"shop": "motorcycle_repair"
+10
View File
@@ -7188,6 +7188,16 @@
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bank-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "motorcycle_repair",
"description": "Motorcycle Repair Shop",
"object_types": [
"node",
"area"
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/scooter-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "motorcycle",
+4
View File
@@ -6079,6 +6079,10 @@
"name": "Money Lender",
"terms": ""
},
"shop/motorcycle_repair": {
"name": "Motorcycle Repair Shop",
"terms": "auto,bike,garage,motorcycle,repair,service"
},
"shop/motorcycle": {
"name": "Motorcycle Dealership",
"terms": "bike"