fix: leaflet marker

This commit is contained in:
Timothy Jaeryang Baek 2025-07-13 00:33:19 +04:00
parent 87847ab31a
commit 3b4344c1bf
3 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
try {
map.fitBounds(markerGroupLayer.getBounds(), {
maxZoom: 13
maxZoom: Math.max(map.getZoom(), 13)
});
} catch (error) {}
}

BIN
static/marker-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

BIN
static/marker-shadow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B