Pfade in slices als Kommentare
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// store/atoms/currentPoiState.js
|
// /redux/slices/currentPoiSlice.js
|
||||||
import { atom } from 'recoil';
|
import { atom } from 'recoil';
|
||||||
|
|
||||||
export const currentPoiState = atom({
|
export const currentPoiState = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Pfad: store/atoms/gisStationState.js
|
// /redux/slices/gisStationsStaticDistrictSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
export const gisStationsStaticDistrictState = atom({
|
export const gisStationsStaticDistrictState = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Pfad: store/atoms/gisSystemtate.js
|
// /redux/slices/gisSystemStaticSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
export const gisSystemStaticState = atom({
|
export const gisSystemStaticState = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// store/mapLayersState.js
|
// redux/slices/mapLayersSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
export const mapLayersState = atom({
|
export const mapLayersState = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /store/atoms/poiLayerVisible.js
|
// /redux/slices/poiLayerVisibleSlice.js
|
||||||
// Recoil atom for the visibility of the POI layer
|
// Recoil atom for the visibility of the POI layer
|
||||||
//
|
//
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /store/atoms/poiLayerVisibleState.js
|
// /redux/slices/poiLayerVisibleStateSlice.js
|
||||||
// Recoil atom for the visibility of the POI layer
|
// Recoil atom for the visibility of the POI layer
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// store/atoms/poiReadFromDbTriggerAtom.js
|
// redux/slices/poiReadFromDbTriggerSlice.js
|
||||||
import { atom } from 'recoil';
|
import { atom } from 'recoil';
|
||||||
|
|
||||||
export const poiReadFromDbTriggerAtom = atom({
|
export const poiReadFromDbTriggerAtom = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /store/atoms/polylineEventsDisabledState.js
|
// /redux/slices/polylineEventsDisabledSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
export const polylineEventsDisabledState = atom({
|
export const polylineEventsDisabledState = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// /sttore/atoms/polylineLayerVisibleState.js
|
// /redux/slices/polylineLayerVisibleSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
export const polylineLayerVisibleState = atom({
|
export const polylineLayerVisibleState = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//store/selectors/readPoiMarkersStore.js
|
//redux/slices/readPoiMarkersStoreSlice.js
|
||||||
import { atom } from 'recoil';
|
import { atom } from 'recoil';
|
||||||
|
|
||||||
export const readPoiMarkersStore = atom({
|
export const readPoiMarkersStore = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// In deinem Recoil store
|
// /redux/slides/selectedAreaSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
export const selectedAreaState = atom({
|
export const selectedAreaState = atom({
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// store/atoms/poiState.js
|
// redux/slices/selectedPoiSlice.js
|
||||||
//Ist gedacht um ausgewählte Poi Informationen zu speichern und zu PoiUpdateModal.js zu übergeben
|
//Ist gedacht um ausgewählte Poi Informationen zu speichern und zu PoiUpdateModal.js zu übergeben
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// /redux/slices/urlParameterSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
// Atom für die Speicherung der mapId aus der URL
|
// Atom für die Speicherung der mapId aus der URL
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// store/zoomTriggerState.js
|
// redux/slices/zoomTriggerSlice.js
|
||||||
import { atom } from "recoil";
|
import { atom } from "recoil";
|
||||||
|
|
||||||
export const zoomTriggerState = atom({
|
export const zoomTriggerState = atom({
|
||||||
|
|||||||
Reference in New Issue
Block a user