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
It looks like L needs to be present on the window object for this plugin to work. Leaflet is now available on npm so you can: var L = require('leaflet')
Since this exposes no global L object, I'm assuming it won't be possible to use this module without shimming.
Is this correct or am I missing something?
The text was updated successfully, but these errors were encountered:
It looks like
L
needs to be present on the window object for this plugin to work. Leaflet is now available on npm so you can:var L = require('leaflet')
Since this exposes no global
L
object, I'm assuming it won't be possible to use this module without shimming.Is this correct or am I missing something?
The text was updated successfully, but these errors were encountered: