Merge branch 'temp-branch' into Dev, because was in HEAD because git checkout

feat: Implement dynamic line coloring based on module IDs

Enhanced the map visualization by implementing dynamic line coloring, assigning unique colors to polyline elements based on their corresponding module IDs. This update fetches color settings from the linesColorAPI and applies them to the line drawings on the map. The change aims to improve the visual distinction between different lines, facilitating easier identification and analysis for users.
This commit is contained in:
ISA
2024-06-13 14:25:42 +02:00
3 changed files with 2396 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ export default function handler(req, res) {
IdModul: 1,
Na: "system",
Le: 4,
Co: "#F00FFF",
Co: "#000FFF",
Me: "Eingang DE04 kommend",
Feld: 3,
Icon: 0,
@@ -17,7 +17,7 @@ export default function handler(req, res) {
IdModul: 3,
Na: "system",
Le: 4,
Co: "#FF00FF",
Co: "#FF0000",
Me: "Eingang DE05 kommend",
Feld: 3,
Icon: 0,