+
+
+ {workbook.SheetNames.map((name: string, idx: number) => {
+ return (
+ <>
+
+ >
+ );
+ })}
+
+
+ )}
+ >
+ );
+}
diff --git a/packages/components/src/components/Map.tsx b/packages/components/src/components/Map.tsx
index 77e3c1de..d17fbd4c 100644
--- a/packages/components/src/components/Map.tsx
+++ b/packages/components/src/components/Map.tsx
@@ -6,9 +6,10 @@ import {
MapContainer,
TileLayer,
GeoJSON as GeoJSONLayer,
- LayersControl
+ LayersControl,
} from 'react-leaflet';
+import 'leaflet/dist/leaflet.css';
import * as L from 'leaflet';
export type MapProps = {
@@ -131,6 +132,27 @@ export function Map({