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
Version 0.5 broke support for arrays of FeatureCollection objects in L.GeoJSON. A new conditional testing for geometry property of feature parameter was added in the AddData function (lines 5443-6 in leaflet-src.js v 0.5), which fails for these arrays. Arrays of FeatureCollection objects were properly rendered in version 0.4.5, which does not have this conditional.