30 Commits
1.4.0 ... 1.4.3

Author SHA1 Message Date
Alexis
b544783e9f Merge branch 'dev' 2025-03-15 17:29:14 +01:00
Alexis
25f0da17d3 Bump version 2025-03-15 17:29:09 +01:00
Alexis
f899b0aa58 Updated description 2025-03-15 17:28:45 +01:00
Alexis
100f955df2 Updated packages 2025-03-15 17:25:05 +01:00
Alexis
5adc838e1e Close context menu on mousedown 2025-01-13 16:56:01 +01:00
Alexis
1eed243e7d Changed image to eager
Maybe this needs to be changed ? It's going to be taxing with a lot of images idk
It's also annoying to have a white space while the image loads.
2025-01-13 16:04:43 +01:00
Alexis
5400735e26 Fixed missing import 2025-01-13 14:07:40 +01:00
Alexis
ad61fd5f87 Added "new" icon to maps 2025-01-13 14:04:13 +01:00
Alexis
1c05d22409 Made search bar bigger 2025-01-12 21:05:46 +01:00
Alexis
d78be195df Added more markers on Cantane 2025-01-12 18:59:05 +01:00
Alexis
bb5d995b5d Added some cantane data 2025-01-11 20:44:08 +01:00
Alexis
6ea4bdaef5 Optional walking distance 2025-01-10 15:54:48 +01:00
Alexis
7706a193c7 Unified maps with a single component 2025-01-10 15:36:58 +01:00
Alexis
6ba8f10f7e Changed town map units 2025-01-10 14:34:52 +01:00
Alexis
a9b43fddd2 Added town covers 2025-01-10 14:27:48 +01:00
Alexis
bd8f9e048e Fixed map key for cantane and borelis 2025-01-10 14:19:20 +01:00
Alexis
59d62185f7 Added borelis and cantane maps 2025-01-10 14:15:48 +01:00
Alexis
8629df03fb Moved bamast to its own folder 2025-01-09 16:43:04 +01:00
Alexis
f41ccfa079 Hotfix : Fixed attribution to Andrei Pervukhin 2025-01-04 21:05:38 +01:00
Alexis
d273674160 Hotfix : Changed wiki URL 2025-01-04 14:00:57 +01:00
Alexis
8fc2667644 Merge branch 'dev' 2025-01-02 21:39:20 +01:00
Alexis
c7bdfadce7 Added back player position 2025-01-02 21:39:15 +01:00
Alexis
6ebeff59a7 Updated version 2025-01-02 21:30:16 +01:00
Alexis
d893baeba2 Fixed z-index on map switch 2025-01-02 21:23:16 +01:00
Alexis
333e2548de Added more marker data 2025-01-02 21:19:37 +01:00
Alexis
3f7a8ec0b6 Changed cover images for map switch 2025-01-02 12:27:54 +01:00
Alexis
190406bf24 Added some marker data 2025-01-01 23:50:29 +01:00
Alexis
2ebee9f3e8 Fixed custom markers appearing on other maps 2025-01-01 21:14:33 +01:00
Alexis
db67032941 Removed unused imports 2025-01-01 20:04:55 +01:00
Alexis
696848d18f Fixed absolute path to /public for icons 2025-01-01 20:03:56 +01:00
782 changed files with 1858 additions and 3311 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "leim-maps",
"type": "module",
"version": "1.4.0",
"version": "1.4.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -11,14 +11,14 @@
},
"dependencies": {
"@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",
"@astrojs/vue": "^5.0.7",
"@types/leaflet": "^1.9.16",
"@vueuse/core": "^13.0.0",
"astro": "^5.5.2",
"radix-vue": "^1.9.17",
"vue": "^3.5.13"
},
"devDependencies": {
"sass": "^1.83.0"
"sass": "^1.85.1"
}
}

3646
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
public/icon/house.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -0,0 +1 @@
<IMAGE_PROPERTIES WIDTH="4521" HEIGHT="3710" NUMTILES="371" NUMIMAGES="1" VERSION="1.8" TILESIZE="256" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show More