Changed locations

This commit is contained in:
Alexis
2024-01-05 21:36:51 +01:00
parent 7d344fc0a8
commit c9da4fe4d1
4 changed files with 16 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
---
import CountryOverlay from './overlay/CountryOverlay.astro';
import type { MapMarker, PlayerMarker } from '@/types/Leaflet';
import markersData from '@/components/maps/data/markers.json'
@@ -11,8 +10,6 @@ const players = playersData as PlayerMarker
<div class="world-wrapper">
<div id="world"></div>
<!-- <CountryOverlay /> -->
</div>
<script lang="ts" define:vars={{ markers, players }} defer>