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
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
Originally the code attempted to apply Leaflet twice to the div, resulting in the error
map container is already initialized
#14 fixes the error - are there circumstances where we do need to completely reinitialize Leaflet? In dc.js this is usually a punt where there is code that can't gracefully transform/transition from one kind of data to another.
The text was updated successfully, but these errors were encountered:
Hey @gordonwoodhull ,
I keep getting this error, "map container is already initialized", found this link but after updating my dc.leaflet.js I get another error saying "dc.leafletMarkerChart is not a function" I tried many version of leaflet.markercluster.js. however it works fine without trying to update the map with new data.
Originally the code attempted to apply Leaflet twice to the div, resulting in the error
#14 fixes the error - are there circumstances where we do need to completely reinitialize Leaflet? In dc.js this is usually a punt where there is code that can't gracefully transform/transition from one kind of data to another.
The text was updated successfully, but these errors were encountered: