polylines tooltip content
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Pfad: store/atoms/gisStationState.js
|
||||
// Pfad: store/atoms/gisSystemtate.js
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const gisSystemStaticState = atom({
|
||||
|
||||
7
store/atoms/poiDeviceNameState.js
Normal file
7
store/atoms/poiDeviceNameState.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// store/atoms/poiDeviceNameState.js
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const poiDeviceNameState = atom({
|
||||
key: "poiDeviceNameState",
|
||||
default: "",
|
||||
});
|
||||
8
store/atoms/poiLayerVisibleState.js
Normal file
8
store/atoms/poiLayerVisibleState.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// /store/atoms/poiLayerVisibleState.js
|
||||
// Recoil atom for the visibility of the POI layer
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const poiLayerVisibleState = atom({
|
||||
key: "poiLayerVisibleState",
|
||||
default: true,
|
||||
});
|
||||
Reference in New Issue
Block a user