mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
fix: leaflet marker
This commit is contained in:
@@ -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
BIN
static/marker-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 609 B |
BIN
static/marker-shadow.png
Normal file
BIN
static/marker-shadow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 B |
Reference in New Issue
Block a user