mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
npm run build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -3715,6 +3715,10 @@
|
||||
"name": "Garages",
|
||||
"terms": ""
|
||||
},
|
||||
"building/grandstand": {
|
||||
"name": "Grandstand",
|
||||
"terms": "tribune,stand,stands,bleachers"
|
||||
},
|
||||
"building/greenhouse": {
|
||||
"name": "Greenhouse",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user