Update leaflet to 1.9.2

This commit is contained in:
Pieter Vander Vennet 2022-12-06 04:08:18 +01:00
parent 9da63df595
commit 8d2e0dcfc7
3 changed files with 10 additions and 10 deletions

View file

@ -158,13 +158,13 @@ export default class MinimapImplementation extends BaseUIElement implements Mini
try {
self.InitMap()
} catch (e) {
console.warn("Could not construct a minimap:", e)
console.debug("Could not construct a minimap:", e)
}
try {
self.leafletMap?.data?.invalidateSize()
} catch (e) {
console.warn("Could not invalidate size of a minimap:", e)
console.debug("Could not invalidate size of a minimap:", e)
}
})