Fix map URL
This commit is contained in:
parent
70cbb04c2c
commit
16bfbad6f9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const Map = ({ latitude, longitude }) => {
|
||||||
<ComposableMap projection="geoEqualEarth" width={2400}>
|
<ComposableMap projection="geoEqualEarth" width={2400}>
|
||||||
<Graticule stroke="rgba(255, 255, 255, 0.5)" />
|
<Graticule stroke="rgba(255, 255, 255, 0.5)" />
|
||||||
<Sphere stroke="#FF5533" strokeWidth={2} />
|
<Sphere stroke="#FF5533" strokeWidth={2} />
|
||||||
<Geographies geography="/map.json">
|
<Geographies geography="./map.json">
|
||||||
{({ geographies }) =>
|
{({ geographies }) =>
|
||||||
geographies.map((geo) => (
|
geographies.map((geo) => (
|
||||||
<Geography
|
<Geography
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue