Commit Graph

324 Commits

Author SHA1 Message Date
ISA
f35c7c4d0b markerUtils in poiUitls umbenannt 2024-09-03 11:30:37 +02:00
ISA
240db05fe6 import createAndSetDevices in MapComponent.js funktioniert, aber in anderen hooks layers nicht wenn ich die importiere 2024-09-03 10:55:56 +02:00
ISA
0c4df186c2 createAndSetMarkers in createAndSetDevices umbenennt 2024-09-03 10:39:35 +02:00
ISA
fd924d3212 die hooks Layer in den Verzeichnis /hooks/layers verschoben 2024-09-03 09:49:52 +02:00
ISA
e5dfa7f494 talasMarkersLayer.js in useTalasMarkersLayer.js umbenennt 2024-09-03 09:36:19 +02:00
ISA
0f9a54efa1 mapFeatures in setupPolylines umbenennt 2024-09-03 09:27:48 +02:00
ISA
8814f0e450 setupMarkers in setupPOIs umbenennt und ausgelagert 2024-09-03 09:10:19 +02:00
ISA
8699c1c4a0 POIs hinzufügen, löschen und bearbeiten funktioniert! in mapFeatures.js als marker, irgendwann in poi umbenennen 2024-08-15 15:53:27 +02:00
ISA
b7116a1e6f polylines tooltip content 2024-08-10 10:32:37 +02:00
ISA
8824af2096 Release: Version 1.0.0 von main branch soll mergen 2024-07-19 11:02:09 +02:00
ISA
befc27c60d Merge branch 'develop' of http://10.10.0.12:3000/ISA/nodeMap into develop 2024-07-18 09:32:24 +02:00
ISA
5b380b7c8f feat: Reinzoomen auf 12 wie in aspx 2024-07-18 07:34:38 +02:00
ISA
71b25d9a4d fix POI hinzufügen nach 10 Versuche hat immer noch funktioniert! 2024-07-17 15:47:36 +02:00
ISA
f07e4b32d2 doc: addItemsToMapContextMenu und hasRights in progress 2024-07-17 15:32:01 +02:00
ISA
3243cb454a fix: Beschreibung in Popup bei POI bearbeiten war nicht sichtbar, nur Platzhalter 2024-07-17 11:04:48 +02:00
ISA
de40d9ccb9 feat: npm install nextjs-cors weil
Access to fetch at 'http://localhost:3000/api/linesColorApi' from origin 'http://10.10.0.13:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
2024-07-16 14:30:17 +02:00
ISA
6bcbf20e08 fix: POI hinzufügen, unbekannte Icon-Platzhalter => Browser neuladen funktioniert. 2024-07-16 08:37:15 +02:00
ISA
5bf16940fd fix: POI hinzufügen funktioniert! addStationCallback und Benutzerrechte in server URL: 2024-07-16 07:25:49 +02:00
ISA
a5e86f7fa5 fix: POIs können per Drag und Drop verschoben werden auf die Map 2024-07-15 16:08:57 +02:00
ISA
5b41072c46 fix: Reinzoomen, Rauszoom und CenterHere in Contextmenu 2024-07-15 11:38:13 +02:00
ISA
29eb3e8192 fix: Bereich ausgewählt dann könnte nicht mit der Maus die Kartenansicht verschieben 2024-07-15 09:42:06 +02:00
ISA
60caed7eb4 jenkins test webhook Gitea test 23 jenkinsfile 2024-07-14 15:54:18 +02:00
ISA
2f1c2531f5 jenkins test webhook Gitea test 20 2024-07-14 15:14:30 +02:00
ISA
332f63bf3c jenkins test webhook Gitea test 17 2024-07-14 12:52:26 +02:00
ISA
ab6f9531be jenkins test webhook Gogs test 16 2024-07-14 12:44:34 +02:00
ISA
55f9fa09a4 jenkins test kommentar in MapComponent.js Test 15 2024-07-14 12:17:19 +02:00
ISA
92e742da03 jenkins verbindung test 11 2024-07-14 11:29:59 +02:00
ISA
3a85e78515 jenkins verbindung test 10 2024-07-14 11:28:43 +02:00
ISA
15383ec6c9 jenkins verbindung test 9 2024-07-14 11:24:14 +02:00
ISA
4f9d731290 node.js Version herausfinden in Jenkins-Server 2024-07-14 09:29:36 +02:00
ISA
5e3130cbc0 test branch develop und IP 172.20.0.2 und try catch blocke in jenkinsfile pipeline nach Nodejs installation in jenkins test fehler autoprefixer module nicht gefunden 2024-07-13 23:59:54 +02:00
ISA
d8e0130f38 test 7 für jenkins 2024-07-13 19:18:13 +02:00
ISA
48e6b5688c test 6 für jenkins 2024-07-13 19:13:27 +02:00
ISA
b04610be44 test für jenkins 2024-07-13 16:38:57 +02:00
ISA
10dc0d7dd8 jenkins test webhokk 2024-07-13 15:38:53 +02:00
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
042d086a49 feat: paste centerHere function into zoomAndCenterUtil.js with error 2024-07-12 07:03:37 +02:00
ISA
91923ef8b4 feat: Extract zoomIn and zoomOut functions to separate file
- Moved zoomIn and zoomOut functions from MapComponent.js to a new file zoomUtils.js in the utils directory.
- Updated MapComponent.js to import and use the zoomIn and zoomOut functions from the new file.
- This change improves code modularity and readability.
2024-07-12 06:25:05 +02:00
ISA
c793e1c81c feat: Move openInSameWindow function to a separate file
- Moved the openInSameWindow function from MapComponent.js to a new file openInSameWindow.js in the utils directory.
- Updated MapComponent.js to import and use the openInSameWindow function from the new file.
- This change improves code modularity and readability.
2024-07-12 06:15:54 +02:00
ISA
21d5932b8b feat: startIcon.js triangle svg 2024-07-11 13:32:29 +02:00
ISA
f75db21738 feat:Linien Mouse over polyline.setStyle 2024-07-11 13:11:40 +02:00
ISA
cd3d84f12c feat: Startpunkt Dreieck , Endpunkt Viereck, alle Punkt (Stützpunkt,Start un end) grau färben 2024-07-11 12:00:25 +02:00
ISA
18f0f8266b refactor: Move checkOverlappingMarkers to utils and update import in MapComponent
- Moved checkOverlappingMarkers function from MapComponent.js to a new file in /utils/mapUtils.js for better separation of concerns.
- Updated the import statement in MapComponent.js to reflect the new location of checkOverlappingMarkers.
2024-07-11 10:44:40 +02:00
ISA
0079664dfb feat: Marker hinzufügen und Marker entfernen in PolyLines und der currentZoom funktioniert 2024-07-11 10:11:20 +02:00
ISA
b40aace5a1 test für Jenkins 2024-07-10 12:10:40 +02:00
ISA
2bd9558aa9 feat: create useMapContextMenu.js for Separate of Conserns or modularity 2024-07-10 10:53:28 +02:00
ISA
6d024235d0 feat: create /config/settings.js for separate of conserns SoC 2024-07-10 08:40:55 +02:00
ISA
6c60700b7c feat: Create /config/layers.js module for Separate of Consern 2024-07-10 08:27:00 +02:00