feat: install playwright

This commit is contained in:
ISA
2025-08-20 11:30:40 +02:00
parent 7c525c11a1
commit 680c643ea5
7 changed files with 78 additions and 7 deletions

View File

@@ -62,11 +62,11 @@ const useDynamicDeviceLayers = (map, GisSystemStatic, mapLayersVisibility, prior
marker.addTo(layerRefs.current[key]);
});
// Debug: Anzahl Marker in LayerGroup
console.log(
/* console.log(
`[DeviceLayers] ${
layerRefs.current[key].getLayers().length
} Marker in LayerGroup für ${key}`
);
); */
}
setMarkerStates(prev => ({ ...prev, [key]: newMarkers }));
},