Adds layers directory in components, and adds a layer to render the weekly and daily earthquake events
Adds activeLayersAtom to keep track of what layers are turned on
Adds geoJSON atoms for the weekly and daily events, getting the events from the relevant daily and weeklyEventsAtom and returning it as a Feature Collection so it can be used by the map layers
Adds basic layer toggles in the ToolPanel
Both layers can be turned on at the same time, and both layers get the hover popup and ability to click and store events in the tool panel sidebar
layers
directory in components, and adds a layer to render the weekly and daily earthquake eventsactiveLayersAtom
to keep track of what layers are turned on