npm run build

This commit is contained in:
Bryan Housel
2018-05-07 12:19:05 -04:00
parent 38d93438b4
commit 2dab22f86d
4 changed files with 39 additions and 0 deletions

View File

@@ -2709,6 +2709,11 @@ en:
# building=garages
name: Garages
terms: '<translate with synonyms or related terms for ''Garages'', separated by commas>'
building/grandstand:
# building=grandstand
name: Grandstand
# 'terms: tribune,stand,stands,bleachers'
terms: '<translate with synonyms or related terms for ''Grandstand'', separated by commas>'
building/greenhouse:
# building=greenhouse
name: Greenhouse

View File

@@ -4882,6 +4882,27 @@
"matchScore": 0.5,
"name": "Garages"
},
"building/grandstand": {
"icon": "building",
"fields": [
"name",
"height"
],
"geometry": [
"area"
],
"tags": {
"building": "grandstand"
},
"terms": [
"tribune",
"stand",
"stands",
"bleachers"
],
"matchScore": 0.5,
"name": "Grandstand"
},
"building/greenhouse": {
"icon": "garden-center",
"fields": [

View File

@@ -2106,6 +2106,15 @@
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/warehouse-15.svg?sanitize=true"
},
{
"key": "building",
"value": "grandstand",
"description": "Grandstand",
"object_types": [
"area"
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"
},
{
"key": "building",
"value": "greenhouse",

View File

@@ -3715,6 +3715,10 @@
"name": "Garages",
"terms": ""
},
"building/grandstand": {
"name": "Grandstand",
"terms": "tribune,stand,stands,bleachers"
},
"building/greenhouse": {
"name": "Greenhouse",
"terms": ""