mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +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
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "iD-pipeline-line",
|
||||
"fields": [
|
||||
"pipeline",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Pipeline Feature"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "temaki-powered_pump",
|
||||
"fields": [
|
||||
"name",
|
||||
"substation_pipeline",
|
||||
"operator",
|
||||
"building",
|
||||
"substance",
|
||||
"ref"
|
||||
],
|
||||
"moreFields": [
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"pipeline": "substation"
|
||||
},
|
||||
"name": "Pipeline Substation"
|
||||
}
|
||||
Reference in New Issue
Block a user