mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Improve factory/works preset, add Product field
This commit is contained in:
+6
-3
@@ -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
|
||||
|
||||
@@ -1198,6 +1198,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"product": {
|
||||
"key": "product",
|
||||
"type": "combo",
|
||||
"label": "Product"
|
||||
},
|
||||
"railway": {
|
||||
"key": "railway",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "product",
|
||||
"type": "combo",
|
||||
"label": "Product"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Vendored
+5
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user