Added more marker data

This commit is contained in:
Alexis
2025-01-02 21:19:37 +01:00
parent 3f7a8ec0b6
commit 333e2548de
7 changed files with 27 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -694,6 +694,19 @@
"markerCoords": {
"x": 285.0990986858211,
"y": -146.08986069534564
},
"cover": "Garràn.jpg",
"coverAuthor": "Dmitry Dubinsky",
"coverLink": "https://elhour.artstation.com/projects/RYynYm?album_id=47640"
},
{
"group": "landmarks",
"title": "Ligatorium",
"description": "Monument qui renferme les archives royales de l'empire des Terres de Syaltha.",
"link": "https://alexcreates.fr/leim/index.php/Garr%C3%A0n#Ligatorium",
"markerCoords": {
"x": 283.4611668744801,
"y": -146.1972028485071
}
},
{
@@ -744,7 +757,10 @@
"markerCoords": {
"x": 326.7497076703842,
"y": -206.67114645854178
}
},
"cover": "Fasàch.jpg",
"coverAuthor": "Liang Mark",
"coverLink": "https://www.artstation.com/artwork/Jll2Jd"
},
{
"group": "cities",

View File

@@ -8,7 +8,10 @@
"markerCoords": {
"x": 119.6667886200924,
"y": -17.945469721492717
}
},
"cover": "Faranne.jpg",
"coverAuthor": "Pablo Mendoza Peces",
"coverLink": "https://www.artstation.com/artwork/dAJr1"
},
{
"group": "cities",
@@ -28,7 +31,10 @@
"markerCoords": {
"x": 113.52851847725508,
"y": -19.882939646724424
}
},
"cover": "Miverne.jpg",
"coverAuthor": "Andrei-Pervukhin",
"coverLink": "https://www.artstation.com/artwork/dAJr1"
},
{
"group": "cities",
@@ -63,7 +69,7 @@
{
"group": "capitals",
"title": "Rocheverre",
"description": "",
"description": "Capitale de l'Union Bahamienne, qui tire son nom du minerai éponyme et de ses falaises de basalt.",
"link": "https://alexcreates.fr/leim/index.php/Rocheverre",
"markerCoords": {
"x": 122.87040892704968,

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import type { MapMarker } from '@/types/Leaflet';
import { onClickOutside, useCssVar, useLocalStorage, useMouse } from '@vueuse/core'
import { computed, onMounted, ref, watch, defineProps } from 'vue'
import { computed, onMounted, ref, watch } from 'vue'
const markerMenu = ref<HTMLMenuElement>()