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:
archpdx 2022-11-15 09:51:48 -08:00 committed by GitHub
parent 222508a3f3
commit 9cbea3fea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"icon": "iD-pipeline-line",
"fields": [
"pipeline",
"operator"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"natural": "*"
},
"searchable": false,
"name": "Pipeline Feature"
}

View file

@ -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"
}