docs: MapLayersControlPanel
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user