mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +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
17
data/fields/line_arrangement.json
Normal file
17
data/fields/line_arrangement.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "line_arrangement",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"horizontal": "Horizontal",
|
||||
"semi_horizontal": "Semi Horizontal",
|
||||
"vertical": "Vertical",
|
||||
"semi_vertical": "semi-vertical",
|
||||
"square": "Square",
|
||||
"triangular": "Triangular",
|
||||
"delta": "Delta",
|
||||
"unarranged": "Unarranged"
|
||||
}
|
||||
},
|
||||
"label": "Line Arrangement"
|
||||
}
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"key": "line_attachment",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"suspension": "Suspension",
|
||||
"anchor": "Anchor",
|
||||
"pin": "Pin",
|
||||
"pulley": "Pulley"
|
||||
}
|
||||
},
|
||||
"label": "Line Attachment"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,17 @@
|
|||
{
|
||||
"key": "line_management",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"straight": "Straight",
|
||||
"branch": "Branch",
|
||||
"split": "Split",
|
||||
"transpose": "Transpose",
|
||||
"cross": "Cross",
|
||||
"transition": "Transition",
|
||||
"termination": "Termination"
|
||||
}
|
||||
},
|
||||
"label": "Line Management",
|
||||
"terms": [
|
||||
"branching",
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
"moreFields": [
|
||||
"colour",
|
||||
"manufacturer",
|
||||
"line_arrangement",
|
||||
"line_management"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
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