ISA
3ea4ce99b5
Jenkins-test
2024-07-11 08:24:18 +02:00
ISA
482ead85cb
Feature: Add interactive markers to polyline via context menu and edit updateLineCoordinates.js
2024-06-27 15:07:14 +02:00
ISA
ff6620f98c
add MapComponent and lineColorsAPI after cherry pick. update lines and tooltip ok
2024-06-26 14:48:09 +02:00
ISA
112ab56d66
delete MapComponent and lineColors for cherry pick for nächst step to add
2024-06-26 14:43:20 +02:00
ISA
e0deb523e0
Nächter Schritt , Umbrüche in lange text in Linien tolltip
2024-06-26 12:14:09 +02:00
ISA
431e688fb7
edit: Lines tooltip style with Tailwind css
2024-06-26 10:35:19 +02:00
ISA
559442e740
edit: Lines update ->ok ,tooltip->ok
2024-06-26 08:31:15 +02:00
ISA
212293d9ea
edit: updateLineCoordinates and tooltip in MapComponent
2024-06-25 13:38:49 +02:00
ISA
937fb20df3
edit: Lines Color red and yellow for screenshot, DB -> gis_lines or in /pages/api/linesColorApi.js change IdLD-> idLD and Modul -> idModul
2024-06-25 10:54:53 +02:00
ISA
a6e2e5a4f2
add: implement API-Endpoint GisStationsStatusDistrict.js for icons prio "Le" and Color
2024-06-25 09:35:25 +02:00
ISA
27c651d474
add: priorityConfig API-Endpoint for priority on the map ,if there overlapping , level 0 has high priority
2024-06-24 15:53:58 +02:00
ISA
d640ef3171
Linien färben über lokale4 API, in Talas API ist nur #fffffff farbe, deswegen die lokale API-Endpoint (linesColorApi.js)
2024-06-24 10:51:38 +02:00
ISA
ca78d56551
edit: Stationen auf die Karte bekommen , muss der IP des Server eingegeben werden in [...path]
2024-06-24 07:05:22 +02:00
ISA
a7b7e3f25a
feat: Pois icons ,Add error handling for fetch and database operations
...
- Added try-catch block in MapComponent.js to handle errors during fetch operation
- Added try-catch block in API route to handle errors during database query
This improves the robustness and error tolerance of the application by ensuring errors are properly caught and logged.
2024-06-19 09:42:58 +02:00
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
7cecef4925
Die Verwechslung von Breiten- und Längengrad in Ihrer Funktion updateGisLines.js beim Aktualisieren eines Markers innerhalb einer Linie in Ihrer Datenbank weist typischerweise auf ein häufiges Problem bei der Handhabung von Geokoordinaten hin.
2024-06-18 11:03:25 +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
c585f05445
feat: add API endpoint for updating line geometries, but need fix bugs
2024-06-14 14:35:17 +02:00
ISA
d220d0baae
refactor: Move API-Endpoint-Functions to /api/talas_v5_DB/ folder for better organization
2024-06-14 14:06:32 +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
ISA
c6fab5e84d
docs: add comments to clarify the APIs and connections
2024-06-10 07:41:45 +02:00
ISA
975d58e6ff
fix: Git Konflikte gelöst, jetzt geht mit der Anzeige von zwei Linien auf die Map
2024-06-07 13:37:28 +02:00
ISA
d5b73f8166
Merge branch 'neuer-branch' into Dev
2024-06-07 13:26:10 +02:00
ISA
0f3cfee98c
add: read Gis Lines
2024-06-07 11:49:22 +02:00
ISA
29bf479101
iconurl von DB bekommen
2024-06-06 08:17:06 +02:00
ISA
79321ac06d
POIs visible with checkbox
2024-06-06 06:55:03 +02:00
ISA
11a5fe0393
Test auf dem Laptop (local) und API von 13
2024-06-03 07:58:00 +02:00
ISA
8d2d109756
Backup von dem Server 10.10.0.13 was hochgeladen und konfiguriert ist
2024-06-03 07:07:17 +02:00
ISA
e927b62f53
iconurl von DB bekommen
2024-05-30 11:41:23 +02:00
ISA
3218000bea
POIs visible with checkbox
2024-05-30 09:35:16 +02:00
ISA
55530336e7
SMS-Funkmodem in mapLayerState.js in SMSFunkmodem wegen Bindestrich, ansonsten default ist aus
2024-05-28 10:22:23 +02:00
isa
77ac959dcf
Prepair: With Recoil atom pass current poi data from MapComponent to poiUpdateModal.js when mouse over
2024-05-28 06:44:11 +02:00
ISA
bf4d86406b
Gerät in Popup anzeigen
2024-05-27 11:05:48 +02:00
isa
93c8624d12
add: locationDeviceNameById.js
2024-05-26 07:51:04 +02:00
isa
bd5a0c3ca0
add: idLD in readLocations.js
...
API-Endpunktroute
2024-05-25 22:59:59 +02:00
isa
d7fdda761c
feat: Set default POI type in dropdown based on selected POI
2024-05-25 22:23:25 +02:00
ISA
f30a69e028
Littwin config
2024-05-23 09:53:43 +02:00
isa
43f23115af
my config
2024-05-22 18:17:07 +02:00
ISA
211192c3f0
Der Name von POI lesen und in Aktualisierung-Popup einfügen
2024-05-22 12:18:00 +02:00
ISA
3f49ead2fd
idLD geht muss noch das Löschen Button hinzufügen
2024-05-22 09:51:43 +02:00
ISA
8d2e15d902
idLD in null aktualisieren , das muss noch gemacht werden
2024-05-22 08:48:58 +02:00
ISA
0b33458261
Browser neu laden, um die aktualisierte Liste anzuzeigen (Löschen)
2024-05-22 08:21:48 +02:00
ISA
a7eee8eccf
Poi update, aber idLD muss noch gemacht werden
2024-05-22 08:03:27 +02:00