diff --git a/src/components/Map.js b/src/components/Map.js index 38e6720..b8dbd10 100644 --- a/src/components/Map.js +++ b/src/components/Map.js @@ -8,6 +8,7 @@ import { Marker, Sphere, } from "react-simple-maps"; +import jsonData from "./map-image.json" const Map = ({ latitude, longitude }) => { // Icon alignment offset fix @@ -18,7 +19,7 @@ const Map = ({ latitude, longitude }) => { - + {({ geographies }) => geographies.map((geo) => (