WIP: noch Design für POI hinzufügen

This commit is contained in:
ISA
2024-09-17 12:35:52 +02:00
parent 941ab2276b
commit 132242e7d8
5 changed files with 105 additions and 57 deletions

View File

@@ -25,7 +25,7 @@ export function disablePolylineEvents(polylines) {
export function enablePolylineEvents(polylines, lineColors) {
// Überprüfe, ob polylines definiert ist und ob es Elemente enthält
if (!polylines || polylines.length === 0) {
console.warn("Keine Polylinien vorhanden oder polylines ist undefined.");
//console.warn("Keine Polylinien vorhanden oder polylines ist undefined.");
return;
}