mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 23:13:54 +02:00
Add Pipeline Substation preset (#640)
* Add Pipeline Substation preset * Move pipeline=* presets to their own directory * Added unsearchable preset for pipeline=* * Add substation_pipeline field
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "pipeline",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"key": "substation",
|
||||
"type": "typeCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"transmission": "Transmission",
|
||||
"distribution": "Regional Distribution",
|
||||
"minor_distribution": "Local Distribution",
|
||||
"industrial": "Industrial",
|
||||
"compression": "Compression",
|
||||
"measurement": "Measurement",
|
||||
"valve": "Valve",
|
||||
"valve_group": "Valve Group",
|
||||
"inspection_gauge": "Inspection Gauge",
|
||||
"field_gathering": "Field Gathering"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
Reference in New Issue
Block a user