Improve factory/works preset, add Product field

This commit is contained in:
Bryan Housel
2016-12-16 16:35:51 -05:00
parent 59dc6f38f3
commit a9ce12a074
6 changed files with 50 additions and 18 deletions
+6 -3
View File
@@ -907,6 +907,9 @@ en:
power_supply:
# power_supply=*
label: Power Supply
product:
# product=*
label: Product
railway:
# railway=*
label: Type
@@ -3016,9 +3019,9 @@ en:
terms: '<translate with synonyms or related terms for ''Water Works'', separated by commas>'
man_made/works:
# man_made=works
name: Works
# 'terms: car assembly plant,aluminium processing plant,brewery,furniture manufacture factory,oil refinery,plastic recycling'
terms: '<translate with synonyms or related terms for ''Works'', separated by commas>'
name: Factory
# 'terms: assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery'
terms: '<translate with synonyms or related terms for ''Factory'', separated by commas>'
military/airfield:
# military=airfield
name: Airfield
+5
View File
@@ -1198,6 +1198,11 @@
"type": "typeCombo",
"label": "Type"
},
"product": {
"key": "product",
"type": "combo",
"label": "Product"
},
"railway": {
"key": "railway",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "product",
"type": "combo",
"label": "Product"
}
+16 -6
View File
@@ -7227,22 +7227,32 @@
"name": "Water Works"
},
"man_made/works": {
"icon": "industrial",
"fields": [
"operator",
"address",
"building_area",
"product"
],
"geometry": [
"point",
"area"
],
"terms": [
"car assembly plant",
"aluminium processing plant",
"assembly",
"build",
"brewery",
"furniture manufacture factory",
"oil refinery",
"plastic recycling"
"car",
"plant",
"plastic",
"processing",
"manufacture",
"refinery"
],
"tags": {
"man_made": "works"
},
"name": "Works"
"name": "Factory"
},
"military/airfield": {
"icon": "airfield",
+13 -7
View File
@@ -1,22 +1,28 @@
{
"icon": "industrial",
"fields": [
"operator",
"address",
"building_area"
"building_area",
"product"
],
"geometry": [
"point",
"area"
],
"terms": [
"car assembly plant",
"aluminium processing plant",
"assembly",
"build",
"brewery",
"furniture manufacture factory",
"oil refinery",
"plastic recycling"
"car",
"plant",
"plastic",
"processing",
"manufacture",
"refinery"
],
"tags": {
"man_made": "works"
},
"name": "Works"
"name": "Factory"
}
+5 -2
View File
@@ -1417,6 +1417,9 @@
"power": {
"label": "Type"
},
"product": {
"label": "Product"
},
"railway": {
"label": "Type"
},
@@ -3336,8 +3339,8 @@
"terms": ""
},
"man_made/works": {
"name": "Works",
"terms": "car assembly plant,aluminium processing plant,brewery,furniture manufacture factory,oil refinery,plastic recycling"
"name": "Factory",
"terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"
},
"military/airfield": {
"name": "Airfield",