mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01: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:
parent
222508a3f3
commit
9cbea3fea0
5 changed files with 65 additions and 0 deletions
5
data/fields/pipeline.json
Normal file
5
data/fields/pipeline.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "pipeline",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
20
data/fields/substation_pipeline.json
Normal file
20
data/fields/substation_pipeline.json
Normal file
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue