Add Site Relation to defaults.json, run make

(closes #2930)
This commit is contained in:
Bryan Housel
2016-02-01 14:14:23 -05:00
parent 6a494436e5
commit e45cb9619b
6 changed files with 37 additions and 0 deletions
+7
View File
@@ -887,6 +887,9 @@ en:
shop:
# 'shop=*'
label: Type
site:
# 'site=*'
label: Type
sloped_curb:
# 'sloped_curb=*'
label: Sloped Curb
@@ -3761,6 +3764,10 @@ en:
# type=route_master
name: Route Master
terms: "<translate with synonyms or related terms for 'Route Master', separated by commas>"
type/site:
# type=site
name: Site
terms: "<translate with synonyms or related terms for 'Site', separated by commas>"
vertex:
name: Other
terms: "<translate with synonyms or related terms for 'Other', separated by commas>"
+1
View File
@@ -45,6 +45,7 @@
"category-restriction",
"type/boundary",
"type/multipolygon",
"type/site",
"relation"
]
}
+5
View File
@@ -1190,6 +1190,11 @@
"type": "typeCombo",
"label": "Type"
},
"site": {
"key": "site",
"type": "combo",
"label": "Type"
},
"sloped_curb": {
"key": "sloped_curb",
"type": "combo",
+13
View File
@@ -10475,6 +10475,19 @@
"network"
]
},
"type/site": {
"geometry": [
"relation"
],
"tags": {
"type": "site"
},
"name": "Site",
"icon": "relation",
"fields": [
"site"
]
},
"vertex": {
"name": "Other",
"tags": {},
+4
View File
@@ -2438,6 +2438,10 @@
"key": "type",
"value": "route_master"
},
{
"key": "type",
"value": "site"
},
{
"key": "waterway"
},