Changed locations
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
background: #f1f5f9;
|
background: #98BDD0;
|
||||||
|
|
||||||
.leaflet-map-pane {
|
.leaflet-map-pane {
|
||||||
.leaflet-popup-pane {
|
.leaflet-popup-pane {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
import CountryOverlay from './overlay/CountryOverlay.astro';
|
|
||||||
import type { MapMarker, PlayerMarker } from '@/types/Leaflet';
|
import type { MapMarker, PlayerMarker } from '@/types/Leaflet';
|
||||||
|
|
||||||
import markersData from '@/components/maps/data/markers.json'
|
import markersData from '@/components/maps/data/markers.json'
|
||||||
@@ -11,8 +10,6 @@ const players = playersData as PlayerMarker
|
|||||||
|
|
||||||
<div class="world-wrapper">
|
<div class="world-wrapper">
|
||||||
<div id="world"></div>
|
<div id="world"></div>
|
||||||
|
|
||||||
<!-- <CountryOverlay /> -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script lang="ts" define:vars={{ markers, players }} defer>
|
<script lang="ts" define:vars={{ markers, players }} defer>
|
||||||
|
|||||||
@@ -186,8 +186,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"link": "https://alexcreates.fr/leim/index.php/Cantane",
|
"link": "https://alexcreates.fr/leim/index.php/Cantane",
|
||||||
"markerCoords": {
|
"markerCoords": {
|
||||||
"x": 196.00387,
|
"x": 197.3492280183025,
|
||||||
"y": -210.9071
|
"y": -210.87224307207197
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -470,6 +470,16 @@
|
|||||||
"y": -95.44555
|
"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",
|
"group": "cities",
|
||||||
"title": "Félisse",
|
"title": "Félisse",
|
||||||
@@ -762,8 +772,8 @@
|
|||||||
"title": "Les Cloches de Cantane",
|
"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.",
|
"description": "D'étranges disparitions secouent la cité minière de Cantane, rythmées par le tintement des cloches de l'église.",
|
||||||
"markerCoords": {
|
"markerCoords": {
|
||||||
"x": 195.6256582183996,
|
"x": 198.0424703459088,
|
||||||
"y": -210.28328748968713
|
"y": -210.9293951755887
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -41,6 +41,6 @@ const { title } = Astro.props;
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" is:global>
|
||||||
@import '../assets/scss/theme.scss';
|
@import '../assets/scss/theme.scss';
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user