Closed bwyss closed 11 years ago
@bwyss which version of Leaflet are you using? The examples are using 0.6.3 and we've only been testing against the most recent versions since that's what we use.
We could potentially support older versions if there's a compelling reason to.
I have updated my version of leaflet to 0.6.4 and the feature works. Even though it is working, I am getting "Uncaught TypeError: Object #
Glad it's working for you now. This plugin doesn't use a method named split
. Is the error coming from somewhere else?
@bwyss I'm going to close this, but let us know if something else comes up. Hope it's working fine for you now.
When I add the loading control to my map I am getting:
Uncaught TypeError: Object [object Object] has no method 'eachLayer'
var map = new L.Map('full-map', { scrollWheelZoom: false, minZoom: 2, attributionControl: false, loadingControl: true });