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

@@ -5,7 +5,7 @@
width: 100%;
max-width: 100%;
max-height: 100%;
background: #f1f5f9;
background: #98BDD0;
.leaflet-map-pane {
.leaflet-popup-pane {

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>

View File

@@ -186,8 +186,8 @@
"description": "",
"link": "https://alexcreates.fr/leim/index.php/Cantane",
"markerCoords": {
"x": 196.00387,
"y": -210.9071
"x": 197.3492280183025,
"y": -210.87224307207197
}
},
{
@@ -470,6 +470,16 @@
"y": -95.44555
}
},
{
"group": "landmarks",
"title": "Faille de Kiam",
"description": "Vaste réseau de falaises et de ravins où gisent des cristaux étranges.",
"link": "https://alexcreates.fr/leim/index.php/Faille_de_Kiam",
"markerCoords": {
"x": 121.47116769539711,
"y": -94.66997667550434
}
},
{
"group": "cities",
"title": "Félisse",
@@ -762,8 +772,8 @@
"title": "Les Cloches de Cantane",
"description": "D'étranges disparitions secouent la cité minière de Cantane, rythmées par le tintement des cloches de l'église.",
"markerCoords": {
"x": 195.6256582183996,
"y": -210.28328748968713
"x": 198.0424703459088,
"y": -210.9293951755887
}
},
{

View File

@@ -41,6 +41,6 @@ const { title } = Astro.props;
</body>
</html>
<style lang="scss">
<style lang="scss" is:global>
@import '../assets/scss/theme.scss';
</style>