Compare commits
125 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f41ccfa079 | ||
|
|
d273674160 | ||
|
|
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 | ||
|
|
aaad18e07f | ||
|
|
d9aa31b71d | ||
|
|
75ea81575d | ||
|
|
1b2ba84b41 | ||
|
|
3abf35ee58 | ||
|
|
244bd06f37 | ||
|
|
4c1bd4ff44 | ||
|
|
9123fb2263 | ||
|
|
1018798762 | ||
|
|
d680cae84d | ||
|
|
68eb0d165f | ||
|
|
b19113f232 | ||
|
|
1c561f5493 | ||
|
|
494ef9bf88 | ||
|
|
da8bec44b0 | ||
|
|
2878652158 | ||
|
|
fbd58c4a5e | ||
|
|
ac3aef4366 | ||
|
|
c9da4fe4d1 | ||
|
|
7d344fc0a8 | ||
|
|
fc0dfc916f | ||
|
|
834f0b1d38 | ||
|
|
1c663ea8cb | ||
|
|
1b4d54679a | ||
|
|
667d54124f | ||
|
|
eecebf07fd | ||
|
|
d4527e2ca1 | ||
|
|
7b15175863 | ||
|
|
be48244221 | ||
|
|
f9e7e43bda | ||
|
|
2887e4e133 | ||
|
|
1b6ad5ad0e | ||
|
|
29481a05bd | ||
|
|
67add2baa9 | ||
|
|
2b28687ff1 | ||
|
|
c100817632 | ||
|
|
3becf43d3b | ||
|
|
e2b513253c | ||
|
|
873743d732 | ||
|
|
f338b88321 | ||
|
|
0fef86bb0c | ||
|
|
02444273e2 | ||
|
|
db69bd7e6f | ||
|
|
888d08c545 | ||
|
|
f355de9143 | ||
|
|
0484d39f3b | ||
|
|
b6f0e88238 | ||
|
|
feb6753de3 | ||
|
|
42324fa670 | ||
|
|
0445cad2a5 | ||
|
|
b6128f5525 | ||
|
|
8e11c4c1a5 | ||
|
|
0825d04b8f | ||
|
|
97573efc37 | ||
|
|
651c21b8ec | ||
|
|
e0400e325e | ||
|
|
c9672206be | ||
|
|
1f644d1586 | ||
|
|
02b63a3748 | ||
|
|
fab55fd404 | ||
|
|
da2faedd27 | ||
|
|
7f7fa1465a | ||
|
|
9d7f87464d | ||
|
|
f0f07eaa0e | ||
|
|
db2f5c5333 | ||
|
|
e2e6ab8bf1 | ||
|
|
085887615a | ||
|
|
e654d3f96a | ||
|
|
4e1927bf02 | ||
|
|
73cc730a5c |
@@ -1,2 +1,5 @@
|
||||
# Leim Maps
|
||||
Repository for interactive maps using Leim's Wiki data
|
||||
Repository for interactive maps using Leim's Wiki data
|
||||
|
||||
## Demo
|
||||
Live demo available at https://maps.alexcreates.fr
|
||||
@@ -1,4 +1,11 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import vue from "@astrojs/vue";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
integrations: [vue(), sitemap()],
|
||||
output: 'static',
|
||||
site: 'https://maps.alexcreates.fr'
|
||||
});
|
||||
|
||||
5977
package-lock.json
generated
13
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "leim-maps",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "1.4.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
@@ -10,10 +10,15 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/leaflet": "^1.9.6",
|
||||
"astro": "^3.2.0"
|
||||
"@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 |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
public/icon/flag-shadow.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/icon/flag.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
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 |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1000 B After Width: | Height: | Size: 1000 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
public/icon/push-pin-shadow.png
Normal file
|
After Width: | Height: | Size: 851 B |
BIN
public/icon/push-pin.png
Normal file
|
After Width: | Height: | Size: 1.7 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 |
1
public/leaflet/leaflet.css
Normal file
5
public/leaflet/leaflet.js
Normal file
1
public/zoomify/aldys-nord/ImageProperties.xml
Normal file
@@ -0,0 +1 @@
|
||||
<IMAGE_PROPERTIES WIDTH="30000" HEIGHT="21896" NUMTILES="13575" NUMIMAGES="1" VERSION="1.8" TILESIZE="256" />
|
||||
BIN
public/zoomify/aldys-nord/TileGroup0/0-0-0.jpg
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/1-0-0.jpg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/1-0-1.jpg
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/1-1-0.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/1-1-1.jpg
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-0-0.jpg
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-0-1.jpg
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-0-2.jpg
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-1-0.jpg
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-1-1.jpg
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-1-2.jpg
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-2-0.jpg
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-2-1.jpg
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-2-2.jpg
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-3-0.jpg
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-3-1.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/2-3-2.jpg
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-0-1.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-0-2.jpg
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-0-3.jpg
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-0-4.jpg
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-0-5.jpg
Normal file
|
After Width: | Height: | Size: 1013 B |
BIN
public/zoomify/aldys-nord/TileGroup0/3-1-0.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-1-1.jpg
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-1-2.jpg
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-1-3.jpg
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-1-4.jpg
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-1-5.jpg
Normal file
|
After Width: | Height: | Size: 1013 B |
BIN
public/zoomify/aldys-nord/TileGroup0/3-2-0.jpg
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-2-1.jpg
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-2-2.jpg
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-2-3.jpg
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-2-4.jpg
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-2-5.jpg
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-3-0.jpg
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-3-1.jpg
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-3-2.jpg
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-3-3.jpg
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-3-4.jpg
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-3-5.jpg
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-4-0.jpg
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-4-1.jpg
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-4-2.jpg
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-4-3.jpg
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-4-4.jpg
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-4-5.jpg
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-5-0.jpg
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-5-1.jpg
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-5-2.jpg
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-5-3.jpg
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-5-4.jpg
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-5-5.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-6-0.jpg
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-6-1.jpg
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/zoomify/aldys-nord/TileGroup0/3-6-2.jpg
Normal file
|
After Width: | Height: | Size: 2.1 KiB |