mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-10 11:57:33 +02:00
Merge pull request #4432 from xmile1/substance-field-to-pipeline-preset
feat(preset): add substance field to pipeline preset
This commit is contained in:
@@ -1319,6 +1319,9 @@ en:
|
||||
studio:
|
||||
# studio=*
|
||||
label: Type
|
||||
substance:
|
||||
# substance=*
|
||||
label: Substance
|
||||
substation:
|
||||
# substation=*
|
||||
label: Type
|
||||
|
||||
@@ -1801,6 +1801,11 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"substance": {
|
||||
"key": "substance",
|
||||
"type": "combo",
|
||||
"label": "Substance"
|
||||
},
|
||||
"substation": {
|
||||
"key": "substation",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "substance",
|
||||
"type": "combo",
|
||||
"label": "Substance"
|
||||
}
|
||||
@@ -9953,7 +9953,8 @@
|
||||
"icon": "pipeline-line",
|
||||
"fields": [
|
||||
"location",
|
||||
"operator"
|
||||
"operator",
|
||||
"substance"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "pipeline-line",
|
||||
"fields": [
|
||||
"location",
|
||||
"operator"
|
||||
"operator",
|
||||
"substance"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
Vendored
+3
@@ -2195,6 +2195,9 @@
|
||||
"studio": {
|
||||
"label": "Type"
|
||||
},
|
||||
"substance": {
|
||||
"label": "Substance"
|
||||
},
|
||||
"substation": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user