You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I tried to use Minimap with MINIMAP = True, but it throws this error on console and map doesn't show up:
leaflet.extras.js:181 Uncaught TypeError: L.Control.MiniMap is not a constructor
at e.<anonymous> (leaflet.extras.js:181)
at e.whenReady (leaflet.js:5)
at e._djSetupControls (leaflet.extras.js:180)
at e.initialize (leaflet.extras.js:68)
at new e (leaflet.js:5)
at Function.L.Map.djangoMap (leaflet.extras.js:206)
at loadmap ((index):1432)
(anonymous) @ leaflet.extras.js:181
whenReady @ leaflet.js:5
_djSetupControls @ leaflet.extras.js:180
initialize @ leaflet.extras.js:68
e @ leaflet.js:5
L.Map.djangoMap @ leaflet.extras.js:206
loadmap @ (index):1432
load (async)
(anonymous) @ (index):1437
(anonymous) @ (index):1440
Any ideas how I might use it wrong or is this a bug?
Using Python 3.6.9, Django 3.0.5 and django-leaflet 0.26.0
The text was updated successfully, but these errors were encountered:
Hi! I tried to use Minimap with MINIMAP = True, but it throws this error on console and map doesn't show up:
Any ideas how I might use it wrong or is this a bug?
Using Python 3.6.9, Django 3.0.5 and django-leaflet 0.26.0
The text was updated successfully, but these errors were encountered: