mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +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
18
data/presets/_pipeline.json
Normal file
18
data/presets/_pipeline.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "iD-pipeline-line",
|
||||
"fields": [
|
||||
"pipeline",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Pipeline Feature"
|
||||
}
|
||||
22
data/presets/pipeline/substation.json
Normal file
22
data/presets/pipeline/substation.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue