Compare commits
53 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fc2667644 | ||
|
|
c7bdfadce7 | ||
|
|
6ebeff59a7 | ||
|
|
d893baeba2 | ||
|
|
333e2548de | ||
|
|
3f7a8ec0b6 | ||
|
|
190406bf24 | ||
|
|
2ebee9f3e8 | ||
|
|
db67032941 | ||
|
|
696848d18f | ||
|
|
7ae16a5c8e | ||
|
|
45104b16f2 | ||
|
|
a12f74b593 | ||
|
|
37187d6778 | ||
|
|
3f2f78611c | ||
|
|
1dea4a00c1 | ||
|
|
adc77d2be0 | ||
|
|
d4d30037a6 | ||
|
|
4ed0aad6f0 | ||
|
|
2591c72ddd | ||
|
|
90084c1d37 | ||
|
|
e07ee03aee | ||
|
|
482de67442 | ||
|
|
4f3f37f452 | ||
|
|
73a02da0e8 | ||
|
|
dcbcd6f038 | ||
|
|
0b78e84a96 | ||
|
|
9c670a8b78 | ||
|
|
2f58f45954 | ||
|
|
d695e60a2f | ||
|
|
f35d0e23b8 | ||
|
|
54a4f8bdf5 | ||
|
|
c8e8f61f8a | ||
|
|
4e347e7d7d | ||
|
|
6086161a78 | ||
|
|
3a6abdaf93 | ||
|
|
27b3dfa52d | ||
|
|
92c7846247 | ||
|
|
2136ebf1d4 | ||
|
|
0819f1063a | ||
|
|
b2351240a5 | ||
|
|
be9b2d5a7f | ||
|
|
b5f9a77e40 | ||
|
|
a9fa3d2f9a | ||
|
|
45ead84c20 | ||
|
|
21b3aca968 | ||
|
|
89e81093cc | ||
|
|
ebce56aeff | ||
|
|
075bf3e948 | ||
|
|
cc9b7704c4 | ||
|
|
93fa674b15 | ||
|
|
fd018ba4c3 | ||
|
|
721f0d3d44 |
@@ -2,4 +2,4 @@
|
||||
Repository for interactive maps using Leim's Wiki data
|
||||
|
||||
## Demo
|
||||
Live demo available at https://maps.alexcreates.fr/
|
||||
Live demo available at https://maps.alexcreates.fr
|
||||
@@ -1,10 +1,11 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import vue from "@astrojs/vue";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [vue()],
|
||||
output: 'static',
|
||||
site: 'https://maps.alexcreates.fr'
|
||||
integrations: [vue(), sitemap()],
|
||||
output: 'static',
|
||||
site: 'https://maps.alexcreates.fr'
|
||||
});
|
||||
|
||||
6598
package-lock.json
generated
19
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "leim-maps",
|
||||
"type": "module",
|
||||
"version": "2.0.0",
|
||||
"version": "1.4.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
@@ -10,16 +10,15 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^6.0.3",
|
||||
"@astrojs/vue": "^3.0.1",
|
||||
"@nanostores/vue": "^0.10.0",
|
||||
"@types/leaflet": "^1.9.6",
|
||||
"@vueuse/core": "^10.7.1",
|
||||
"astro": "^3.2.0",
|
||||
"nanostores": "^0.9.3",
|
||||
"vue": "^3.3.4"
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@astrojs/vue": "^5.0.3",
|
||||
"@types/leaflet": "^1.9.15",
|
||||
"@vueuse/core": "^12.2.0",
|
||||
"astro": "^5.1.1",
|
||||
"radix-vue": "^1.9.12",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.68.0"
|
||||
"sass": "^1.83.0"
|
||||
}
|
||||
}
|
||||
|
||||
5672
pnpm-lock.yaml
generated
Normal file
BIN
public/bailey-zindel-NRQV-hBF10M-unsplash.jpg
Normal file
|
After Width: | Height: | Size: 5.0 MiB |
BIN
public/icon/graduation-cap-shadow.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/icon/graduation-cap.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
1
public/icon/square-arrow-out.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><path d="M224,104a8,8,0,0,1-13.66,5.66L184,83.31l-42.34,42.35a8,8,0,0,1-11.32-11.32L172.69,72,146.34,45.66A8,8,0,0,1,152,32h64a8,8,0,0,1,8,8Zm-40,24a8,8,0,0,0-8,8v72H48V80h72a8,8,0,0,0,0-16H48A16,16,0,0,0,32,80V208a16,16,0,0,0,16,16H176a16,16,0,0,0,16-16V136A8,8,0,0,0,184,128Z"/></svg>
|
||||
|
After Width: | Height: | Size: 392 B |
BIN
public/images/aldys-cover.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/images/bamast-cover.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/images/cover/Académie_Centrale_Kaldélienne.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/images/cover/Ambrose.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/images/cover/Cantane.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/cover/Cordouac.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
public/images/cover/Faille_de_Kiam.jpg
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
public/images/cover/Faranne.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/images/cover/Fasàch.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/images/cover/Garràn.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/images/cover/Horfer.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
public/images/cover/Miverne.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/images/cover/Plaines_de_poussière.png
Normal file
|
After Width: | Height: | Size: 641 KiB |
BIN
public/images/cover/Port-brisé.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/images/cover/Port_de_Borélis.jpeg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/images/cover/Rocheverre.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/cover/Soubreciel.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/images/cover/Tourgrise.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
public/images/cover/Tours_des_Cages.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/images/cover/Willeau.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.3 MiB |
1
public/zoomify/bamast/ImageProperties.xml
Normal file
@@ -0,0 +1 @@
|
||||
<IMAGE_PROPERTIES WIDTH="15000" HEIGHT="18342" NUMTILES="5699" NUMIMAGES="1" VERSION="1.8" TILESIZE="256" />
|
||||
BIN
public/zoomify/bamast/TileGroup0/0-0-0.jpg
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/zoomify/bamast/TileGroup0/1-0-0.jpg
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/zoomify/bamast/TileGroup0/1-0-1.jpg
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/zoomify/bamast/TileGroup0/2-0-0.jpg
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/zoomify/bamast/TileGroup0/2-0-1.jpg
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/zoomify/bamast/TileGroup0/2-0-2.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/zoomify/bamast/TileGroup0/2-1-0.jpg
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/zoomify/bamast/TileGroup0/2-1-1.jpg
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/zoomify/bamast/TileGroup0/2-1-2.jpg
Normal file
|
After Width: | Height: | Size: 917 B |
BIN
public/zoomify/bamast/TileGroup0/3-0-0.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-0-1.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-0-2.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-0-3.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-0-4.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-1-0.jpg
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-1-1.jpg
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-1-2.jpg
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-1-3.jpg
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-1-4.jpg
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-2-0.jpg
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-2-1.jpg
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-2-2.jpg
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-2-3.jpg
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-2-4.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-3-0.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-3-1.jpg
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-3-2.jpg
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-3-3.jpg
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/zoomify/bamast/TileGroup0/3-3-4.jpg
Normal file
|
After Width: | Height: | Size: 981 B |
BIN
public/zoomify/bamast/TileGroup0/4-0-0.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-1.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-2.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-3.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-4.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-5.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-6.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-7.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-0-8.jpg
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-0.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-1.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-2.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-3.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-4.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-5.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-6.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-7.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-1-8.jpg
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-2-0.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-2-1.jpg
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-2-2.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-2-3.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/bamast/TileGroup0/4-2-4.jpg
Normal file
|
After Width: | Height: | Size: 2.0 KiB |