zoomIn, zoomOut and centerHere, fixed the variable assignment to ensure the code functions correctly.
This commit is contained in:
7
features/gisStationState.js
Normal file
7
features/gisStationState.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Pfad: features/gisStationState.js
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const gisStationsStaticDistrictState = atom({
|
||||
key: 'gisStationsStaticDistrict', // Eindeutiger Schlüssel (innerhalb des Projekts)
|
||||
default: [], // Standardwert (Anfangszustand)
|
||||
});
|
||||
Reference in New Issue
Block a user