mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 06:13:51 +01:00
Add field for line_arrangement
This commit is contained in:
parent
f2c16fbcd6
commit
cfd38d401e
8 changed files with 81 additions and 0 deletions
20
data/presets/power/insulator.json
Normal file
20
data/presets/power/insulator.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "temaki-power",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"line_attachment"
|
||||
],
|
||||
"moreFields": [
|
||||
"height",
|
||||
"line_arrangement",
|
||||
"line_management"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"power": "insulator"
|
||||
},
|
||||
"name": "Power Line Insulator"
|
||||
}
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
"line_attachment"
|
||||
],
|
||||
"moreFields": [
|
||||
"line_arrangement",
|
||||
"line_management",
|
||||
"manufacturer"
|
||||
],
|
||||
|
|
|
|||
22
data/presets/power/terminal.json
Normal file
22
data/presets/power/terminal.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-power",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator"
|
||||
],
|
||||
"moreFields": [
|
||||
"height",
|
||||
"line_arrangement"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"power": "terminal"
|
||||
},
|
||||
"addTags": {
|
||||
"power": "terminal",
|
||||
"line_attachment": "anchor"
|
||||
},
|
||||
"name": "Power Line Terminal"
|
||||
}
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
"line_attachment"
|
||||
],
|
||||
"moreFields": [
|
||||
"line_arrangement",
|
||||
"line_management",
|
||||
"manufacturer"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue