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
This is just an FYI issue, if anyone else runs into this:
markercluster throws error Map has no maxZoom specified if max zoom is not specified.
A solution can be specifying max zoom, but than that would override the tile's max zoom (leading to too little, or too much zoom)
The solution in Leaflet/Leaflet.markercluster#611 is not working for ngx-leaflet-markercluster as the layers added to the map earlier than onMapReady is called.
This is just an FYI issue, if anyone else runs into this:
markercluster throws error
Map has no maxZoom specified
if max zoom is not specified.A solution can be specifying max zoom, but than that would override the tile's max zoom (leading to too little, or too much zoom)
Relevant code part that cause the issue:
Possible workaround:
Related issue at leaflet: Leaflet/Leaflet.markercluster#611
The text was updated successfully, but these errors were encountered: