bring back arcs

This commit is contained in:
Adam 2023-04-24 01:52:38 -04:00
parent be7f7f6471
commit 461d6f2f5f

View file

@ -31,7 +31,7 @@ export default function BadassMap() {
>
<MapScatLayer />
<MapArcLayer />
<MapArcLayer data={arcData()}/>
<MapControls />
</MapGL >) as JSX.Element;