Added more marker data
This commit is contained in:
BIN
public/images/cover/Faranne.jpg
Normal file
BIN
public/images/cover/Faranne.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
public/images/cover/Fasàch.jpg
Normal file
BIN
public/images/cover/Fasàch.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
public/images/cover/Garràn.jpg
Normal file
BIN
public/images/cover/Garràn.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
public/images/cover/Miverne.jpg
Normal file
BIN
public/images/cover/Miverne.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -694,6 +694,19 @@
|
|||||||
"markerCoords": {
|
"markerCoords": {
|
||||||
"x": 285.0990986858211,
|
"x": 285.0990986858211,
|
||||||
"y": -146.08986069534564
|
"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": {
|
"markerCoords": {
|
||||||
"x": 326.7497076703842,
|
"x": 326.7497076703842,
|
||||||
"y": -206.67114645854178
|
"y": -206.67114645854178
|
||||||
}
|
},
|
||||||
|
"cover": "Fasàch.jpg",
|
||||||
|
"coverAuthor": "Liang Mark",
|
||||||
|
"coverLink": "https://www.artstation.com/artwork/Jll2Jd"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "cities",
|
"group": "cities",
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
"markerCoords": {
|
"markerCoords": {
|
||||||
"x": 119.6667886200924,
|
"x": 119.6667886200924,
|
||||||
"y": -17.945469721492717
|
"y": -17.945469721492717
|
||||||
}
|
},
|
||||||
|
"cover": "Faranne.jpg",
|
||||||
|
"coverAuthor": "Pablo Mendoza Peces",
|
||||||
|
"coverLink": "https://www.artstation.com/artwork/dAJr1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "cities",
|
"group": "cities",
|
||||||
@@ -28,7 +31,10 @@
|
|||||||
"markerCoords": {
|
"markerCoords": {
|
||||||
"x": 113.52851847725508,
|
"x": 113.52851847725508,
|
||||||
"y": -19.882939646724424
|
"y": -19.882939646724424
|
||||||
}
|
},
|
||||||
|
"cover": "Miverne.jpg",
|
||||||
|
"coverAuthor": "Andrei-Pervukhin",
|
||||||
|
"coverLink": "https://www.artstation.com/artwork/dAJr1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "cities",
|
"group": "cities",
|
||||||
@@ -63,7 +69,7 @@
|
|||||||
{
|
{
|
||||||
"group": "capitals",
|
"group": "capitals",
|
||||||
"title": "Rocheverre",
|
"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",
|
"link": "https://alexcreates.fr/leim/index.php/Rocheverre",
|
||||||
"markerCoords": {
|
"markerCoords": {
|
||||||
"x": 122.87040892704968,
|
"x": 122.87040892704968,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import type { MapMarker } from '@/types/Leaflet';
|
import type { MapMarker } from '@/types/Leaflet';
|
||||||
import { onClickOutside, useCssVar, useLocalStorage, useMouse } from '@vueuse/core'
|
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>()
|
const markerMenu = ref<HTMLMenuElement>()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user