Dave Leaver

Results 67 comments of Dave Leaver

Will stick with source generator now that it is fixed. Thank you for this project 👍

Seems totally busted in webpack 4. In my limited debugging it looks like `reflect-metadata` is not getting included in the resulting bundle at all. Edit: Or maybe it is? I...

1) Nope, it's sort of complicated to implement well, so it hasn't been done. (There have been a few requests for it now, so maybe worth implementing) 2) Nope. Remove...

You would need to override the MarkerCluster._recalculateBounds method. https://github.com/Leaflet/Leaflet.markercluster/blob/master/src/MarkerCluster.js#L158-L206 There isn't a good way to do this at the moment.

Sounds about right, replace childCount with summed child weight and sum up the weighted lat/lng values. :+1:

hahaha, nice find. Hopefully when the lockup is fixed in leaflet it should fix it here?

This is improved now, but if the marker would get clustered at the zoom level you zoom out to it still gets merged (I think)

Cool :) On Fri, 14 Sep 2018 at 5:54 PM, DerGuteWolf wrote: > Zooming out while dragging worked in my tests, but there is a problem when > zooming in...

We follow what leaflet recommends for plugins (AFAIK). https://github.com/Leaflet/Leaflet/blob/master/PLUGIN-GUIDE.md If we want to change this, probably fire up an issue on the leaflet tracker for discussion. Would be good to...

Hm, yeah that version isn't right any more. Not sure if peerDependencies pulls it in for dev, probably we need to update the version on it.