Add field for line_arrangement

This commit is contained in:
arch0345 2023-10-27 21:47:55 -07:00
parent f2c16fbcd6
commit cfd38d401e
8 changed files with 81 additions and 0 deletions

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

View file

@ -1,5 +1,13 @@
{
"key": "line_attachment",
"type": "combo",
"strings": {
"options": {
"suspension": "Suspension",
"anchor": "Anchor",
"pin": "Pin",
"pulley": "Pulley"
}
},
"label": "Line Attachment"
}

View file

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

View file

@ -11,6 +11,7 @@
"moreFields": [
"colour",
"manufacturer",
"line_arrangement",
"line_management"
],
"geometry": [

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

View file

@ -9,6 +9,7 @@
"line_attachment"
],
"moreFields": [
"line_arrangement",
"line_management",
"manufacturer"
],

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

View file

@ -10,6 +10,7 @@
"line_attachment"
],
"moreFields": [
"line_arrangement",
"line_management",
"manufacturer"
],