mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
fix missing comma, add terms, npm run build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user