forked from MapComplete/MapComplete
Update leaflet to 1.9.2
This commit is contained in:
parent
9da63df595
commit
8d2e0dcfc7
3 changed files with 10 additions and 10 deletions
|
@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue