Für ein Update für Kai

This commit is contained in:
ISA
2024-12-17 08:58:11 +01:00
parent 509a80e1a9
commit dc6bfd12ea
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@@ -28,3 +28,5 @@ trace
pages-manifest.json
nodeMap für 13 am 16.07.2024.zip
Lastenheft.js
# Dendron-Verzeichnis ignorieren
docs/

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.0.16.0";
export const APP_VERSION = "1.0.16.1";

View File

@@ -1,7 +1,6 @@
import { useEffect } from "react";
// TODO: Bei GMA Datenfeld Rechtsklick „Station öffnen“ funktioniert nicht.
// [x]: 1- Bei GMA Datenfeld Rechtsklick „Station öffnen“ funktioniert nicht.
//FIXME: Add a comment
//FIXME: Link zu /talas5/devices/ wird nicht korrekt erstellt.
//BUG: Add a comment
const useGmaMarkersLayer = (map, markers, GisStationsMeasurements, GMA, oms, isVisible) => {