Erzeugt aus einer .json mit Koordinaten Kabel. Farben sind konfigurierbar.

This commit is contained in:
2025-05-07 17:41:17 +02:00
parent 27c2984b7a
commit 297d1ab21f
3 changed files with 98 additions and 70 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"kabel": [
{
"id": "BG3241-UC0101",
"coords": [
{ "x": 45, "y": 1235 }, { "x": 40, "y": 4000 } ]
} ,
{
"id": "BG3240-UC0101",
"coords": [
{ "x": 4950,"y": 5595 },{ "x": 4946,"y": 5595 },{ "x": 4946,"y": 3879 },{ "x": 40,"y": 3879 },{ "x": 40,"y": 4000 }
]
},
{
"id": "FC0062-UC0101",
"coords": [
{ "x": 4975,"y": 8068 },{ "x": 4946,"y": 8068 },{ "x": 4946,"y": 3879 },{ "x": 40,"y": 3879 },{ "x": 40,"y": 4000 }
]
},
{
"id": "MA0062-UC0101",
"coords": [
{ "x": 4975,"y": 8068 },{ "x": 4946,"y": 8068 },{ "x": 4946,"y": 3879 },{ "x": 40,"y": 3879 },{ "x": 40,"y": 4000 }
]
}
]
}