Commit Graph

216 Commits

Author SHA1 Message Date
ISA
f6926f8fc9 Kommentar für Jenkins Test 2024-07-13 08:58:25 +02:00
ISA
9c075a481f test: In Konextmenü POI hinzufügen Icon Platzhalter sichtbar statt hintergelegte Icon für POI 2024-07-12 13:35:03 +02:00
ISA
7772b10e9c fix: define and initialize setSelectedArea to avoid ReferenceError
- Imported useSetRecoilState from Recoil
- Defined and initialized setSelectedArea using useSetRecoilState with selectedAreaState
- Ensured setSelectedArea is used to reset the selected area after moving the map

This resolves the ReferenceError: setSelectedArea is not defined.
2024-07-12 12:03:37 +02:00
ISA
045ad26565 plusRoundIcon in eine separate Datei auslagern und dann in MapComponent importieren, um eine bessere Struktur zu gewährleisten 2024-07-08 06:51:30 +02:00
ISA
f7cb225aab feat: marker entfernen und polylines aktualisieren 2024-06-28 10:07:54 +02:00
ISA
98723c9ca4 fix: add and delete marker on polyline (work in progress) 2024-06-28 08:47:18 +02:00
ISA
96b2ee34d7 feat: [WIP] delete marker inside polyline 2024-06-28 07:47:31 +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
d7a1816176 Feature: Add interactive markers to polyline via context menu 2024-06-27 15:03:16 +02:00
ISA
9164574559 [WIP] Feature: Hinzufügen von Markern über Kontextmenü in Polyline-> nach git add . 2024-06-27 14:40:11 +02:00
ISA
9c73d6f478 feat: Start and end line-marker 2024-06-27 07:08:17 +02:00
ISA
49ad2302c8 add: nssm.exe Instalation.md 2024-06-27 06:50:19 +02:00
ISA
c78ee22f16 Lines colors ok, tooltip ok, update ok 2024-06-26 15:26:45 +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
e7e453ae05 Merge branch 'temp-branch' into Dev 2024-06-26 13:39:00 +02:00
ISA
1b63c11fd0 temp branch erstellt für (HEAD detached at 0936429) 2024-06-26 13:38:19 +02:00
ISA
e0deb523e0 Nächter Schritt , Umbrüche in lange text in Linien tolltip 2024-06-26 12:14:09 +02:00
ISA
b3eb6b8f12 edit: Start-marker and end-marker defferent color 2024-06-26 10:56:52 +02:00
ISA
09364290bc Merge branch 'temp-branch' into Dev 2024-06-26 10:40:51 +02:00
ISA
431e688fb7 edit: Lines tooltip style with Tailwind css 2024-06-26 10:35:19 +02:00
ISA
9fb0e652c8 temp 2024-06-26 09:55:26 +02:00
ISA
8f38fc2c62 edit: style format 2024-06-26 09:47:45 +02:00
ISA
e74fcd8ad3 edit: Lines tooltip style 2024-06-26 09:33:32 +02:00
ISA
644b5329dd - talas_v5.gis_lines Update nach Marker innerhalb der Linie -> position ändern->idLD && idModul Zusammengesetzte PK
- Darstellung soll wie Marker mouseover Popup (tooltip)
2024-06-26 09:00:54 +02:00
ISA
559442e740 edit: Lines update ->ok ,tooltip->ok 2024-06-26 08:31:15 +02:00
ISA
c350aa5395 return one step or fix it 2024-06-25 15:53:22 +02:00
ISA
71ae51abab feat: tooltip for lines, but should be fixed, same message on all lines 2024-06-25 15:22:33 +02:00
ISA
9dbd77d6b1 Merge branch 'temp-branch' into Dev 2024-06-25 13:43:15 +02:00
ISA
212293d9ea edit: updateLineCoordinates and tooltip in MapComponent 2024-06-25 13:38:49 +02:00
ISA
2f5dad0246 temp: 2024-06-25 10:31:25 +02:00
ISA
df8bcf974a add: implement fetchGisStatusStations in MapComponent for prio and Markers color 2024-06-25 09:42:23 +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
01d9a2945a getIconPath auskommentiert, weil ist definiert, aber wird nicht aufegrufen 2024-06-25 08:45:04 +02:00
ISA
89544c7bd8 add: implement Prioritätskonfiguration fetchPriorityConfig function 2024-06-25 08:01:23 +02:00
ISA
097773553a edit: Gerät dropdown menü in modal POi hinzufügen 2024-06-24 13:11:08 +02:00
ISA
9393850f68 feat: Lines bringToFront effect on mouse over 2024-06-24 11:27:42 +02:00
ISA
34e26a3b8e edit: Linien und Markers dazwischen aktualisieren beim Position verändern 2024-06-24 11:17:28 +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
04333fc402 Merge branch 'temp-branch' into Dev 2024-06-24 07:11:33 +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
945a11bb64 feat: Trigger second useEffect after fetching poiData
- Updated the first useEffect to fetch POI data from the API and store it in state.
- Added poiData as a dependency to the second useEffect to ensure it runs only after poiData is fetched.
- Ensured that the second useEffect waits for poiData to be populated before processing locations and adding markers to the map.

This change guarantees that the markers are only processed and displayed once the necessary POI data is available.
2024-06-19 10:08:27 +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
8947eef70f add: Event-Listener zu den Polylinien hinzufügen, um die Breite der Linie bei Mouseover zu ändern. lokaler API-Endpoint-Funktion 2024-06-19 06:42:03 +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
3590213286 fix: Blickfeld aus initialwert lassen
in MapComponent.js
map.fitBounds(group.getBounds().pad(0.5));. Diese Zeile passt die Karte an, sodass alle Elemente in group (also Marker und Polylinien) im Blickfeld sind. Dies kann dazu führen, dass der Zoom-Level geändert wird,
2024-06-18 11:25:57 +02:00
ISA
a31e498013 edit: baseUrl in MapComponent.js 2024-06-18 10:48:11 +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