mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 15:20:25 +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,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