polylines tooltip content
This commit is contained in:
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