docs: MapLayersControlPanel

This commit is contained in:
ISA
2025-06-24 11:13:39 +02:00
parent fa76c247b8
commit acab69b74d
6 changed files with 13 additions and 23 deletions

View File

@@ -144,7 +144,8 @@ function MapLayersControlPanel() {
//------------------------------
useEffect(() => {
if (process.env.NEXT_PUBLIC_DEBUG_LOG === "true") {
console.log("🔍 GisStationsStaticDistrict Inhalt:", GisStationsStaticDistrict);
window.__debug = window.__debug || {};
window.__debug.gisStations = GisStationsStaticDistrict;
}
if (!GisStationsStaticDistrict) {
@@ -191,6 +192,7 @@ function MapLayersControlPanel() {
);
}
}, [GisStationsStaticDistrict]);
//---------------------------
//---------------------------
return (