diff --git a/public/images/cover/Faranne.jpg b/public/images/cover/Faranne.jpg new file mode 100644 index 00000000..d0cece4c Binary files /dev/null and b/public/images/cover/Faranne.jpg differ diff --git a/public/images/cover/Fasàch.jpg b/public/images/cover/Fasàch.jpg new file mode 100644 index 00000000..25e01b5c Binary files /dev/null and b/public/images/cover/Fasàch.jpg differ diff --git a/public/images/cover/Garràn.jpg b/public/images/cover/Garràn.jpg new file mode 100644 index 00000000..23fabe84 Binary files /dev/null and b/public/images/cover/Garràn.jpg differ diff --git a/public/images/cover/Miverne.jpg b/public/images/cover/Miverne.jpg new file mode 100644 index 00000000..11117850 Binary files /dev/null and b/public/images/cover/Miverne.jpg differ diff --git a/src/components/maps/data/aldys/markers.json b/src/components/maps/data/aldys/markers.json index 8f6f229a..df3d134a 100644 --- a/src/components/maps/data/aldys/markers.json +++ b/src/components/maps/data/aldys/markers.json @@ -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", diff --git a/src/components/maps/data/bamast/markers.json b/src/components/maps/data/bamast/markers.json index bb41e7d3..1603dac3 100644 --- a/src/components/maps/data/bamast/markers.json +++ b/src/components/maps/data/bamast/markers.json @@ -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, diff --git a/src/components/maps/overlay/MarkerCreator.vue b/src/components/maps/overlay/MarkerCreator.vue index 1ea2bb79..86ed6790 100644 --- a/src/components/maps/overlay/MarkerCreator.vue +++ b/src/components/maps/overlay/MarkerCreator.vue @@ -1,7 +1,7 @@