Commit Graph

10 Commits

Author SHA1 Message Date
ISA
30ace5ad8a feat: highlight polylines on mouseover and bring to front 2024-06-19 07:05:34 +02:00
ISA
07f343e25a add: add linescolor from API 2024-06-18 15:35:32 +02:00
ISA
ed48023abb add: You can switch in /config/config.js linesColorApi or GisLinesStatus , locally or remotely API-Endpoint-Function from Webservice 2024-06-18 14:59:35 +02:00
ISA
6c75b4e14b Zwei Linien übereinander mit MySQL Anweisung eingestellt den id 2 und 3
UPDATE talas_v5.gis_lines
SET points = ST_GeomFromText('LINESTRING(53.1694148698111 8.25416564941406, 53.1897847430275 8.23322296142578, 53.1996575633995 8.21468353271485, 53.1727076258968 8.16902160644531)')
WHERE idLD = 3 AND idModul = 3;
2024-06-18 11:58:44 +02:00
ISA
3abb339d1e basUrl muss angepasst werden je nach IP des Talas für Station öffenen(Tab)
und Station in selbe fenster ffnen entfernt
2024-06-18 10:37:17 +02:00
ISA
289ce6d6f5 feat: Line and markers with green color 2024-06-14 13:14:02 +02:00
ISA
1185444a6a refactor: Move readGisLines to /api/talas_v5_DB/gisLines/ folder for better organization 2024-06-14 12:35:53 +02:00
ISA
13c5cc26e9 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.
2024-06-13 14:25:42 +02:00
ISA
a983780b64 stash: linesColors 2024-06-11 15:09:35 +02:00
ISA
06bde39617 add: http://localhost:3000/api/linesColorApi für Farbe der Linien 2024-06-11 07:34:07 +02:00