ISA
e94ecd7279
feat(api): Add mock API routes for testing GIS lines and station names
...
- Created mock API route for fetching GIS lines data (/api/talas_v5_DB/gisLines/readGisLinesMock)
- Created mock API route for fetching station names data (/api/talas_v5_DB/station/getAllStationsNamesMock)
- Replaced original API calls in useLineData hook with mock routes for development and testing
2024-09-09 13:56:28 +02:00
ISA
2623da410e
Version 1.0.1.2 connection.release() in folder talas_v5_DB in all files
2024-09-05 09:59:49 +02:00
ISA
34449e3710
Version 1.0.1.1 release DB connection in /pages/api/talas_v5_DB/gisLines/readGisLines.js
2024-09-05 09:26:38 +02:00
ISA
ea46bd771b
mysql createPool
2024-09-02 09:06:49 +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
ad7c7f84a0
POI hinzufügen mit mysql2 Bibliothek irgendwie nicht optimal, mysql Bibliothek funktioniert gut, Pool auch genutzt in mysql Bibliothek für mehr Performence und weniger Probleme mit conntctions
2024-08-14 20:38:55 +02:00
ISA
d729e1408b
Stationnamen sind richtig
2024-08-10 14:06:19 +02:00
ISA
b7116a1e6f
polylines tooltip content
2024-08-10 10:32:37 +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
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
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
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
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
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
1185444a6a
refactor: Move readGisLines to /api/talas_v5_DB/gisLines/ folder for better organization
2024-06-14 12:35:53 +02:00