-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update markercluster->v0.1.1, leaflet-measure->2.1.7, leaflet-omnivore->0.3.4 #458
Conversation
There were 2 sub plugins of the marker cluster plugin. |
@bhaskarvk, I updated both this morning, and I don't see any API changes, but for some reason, I'll keep trying. |
@bhaskarvk, I just figured it out. freeze and layersupport don't work together. If I use |
... but (maybe @bhaskarvk can help) I just discovered that the easyButton example freeze works. This could be that it uses markerCluster directly instead of layersupport. |
@timelyportfolio If I have to chose between freeze support or layersupport I would chose layersupport.. The layersupport plugin is crucial for supporting clustering + layers. I think that is more important to have than freezeAtZoom. |
@bhaskarvk I got a very quick response from the author with a workaround (ghybs/Leaflet.MarkerCluster.LayerSupport#13), but I'm not sure we will want to include. I tend to agree layer support is more important than freezable. |
@timelyportfolio Why are you unsure about including the fix ? |
Fix rstudio#452: Leaflet returns an error for empty "sf" "dataframe" objects
Merge remote-tracking branch 'upstream/master' # Conflicts: # R/normalize-sf.R
I am fine with using a fixed plugin. I have had to do that in past too for some of the plugins in both leaflet and leaflet.extras. @timelyportfolio could you add the fix to this PR and I can test it out. |
Thanks @bhaskarvk I hope to get this done by end of the weekend. |
@bhaskarvk, I finally got it to work using ghybs/Leaflet.MarkerCluster.Freezable@d395303 and changing the order of the load/dependencies commit. Please test if you get a chance. I believe this leaves only |
@bhaskarvk, have you had a chance to look at this? Thanks. |
I will look over this over the coming weekend. Promise! |
I will review this tonight and merge in the 1.x branch |
Almost ready https://github.com/bhaskarvk/leaflet/tree/upgrade/leaflet-v1.x, |
I've merged this in my https://github.com/bhaskarvk/leaflet/commits/upgrade/leaflet-v1.x and will be pushed as part of LeafletJS 1.x upgrade. |
…Leaflet JS docs. Kept final pkg under 5MB
Superseded by #476, but keeping open for tracking purposes. |
This code has been merged into master #492. Closing. Thank you!! |
I updated
freezeAtZoom
using example