POIs visible with checkbox
This commit is contained in:
9
store/atoms/poiLayerVisible.js
Normal file
9
store/atoms/poiLayerVisible.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// /store/atoms/poiLayerVisible.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