Florian Bischof
Florian Bischof
I have nothing done since then
@vishal901 i resolved the conflicts, maybe you can take a look in the code again. I have no time and no interessting to add the additional features what are requested...
@Malvoz would not be better `html: '' + childCount + ''`?
Ok then the current solutions looks better 👍
Core Leaflet: https://jsfiddle.net/falkedesign/1rLntbo5/ (working) With MarkerCluster: https://jsfiddle.net/falkedesign/xpjz53hf/6/ (freezing) I only added: ``` const clusterMarker = L.markerClusterGroup(); var marker = L.marker([48.79232, 9.17702]); // Also add a marker outside of the cluster...
~In my eyes this PR can be closed.~ The wanted change is: `_getBoundingPolygon:function(){ return new L.Rectangle(this._path.getBounds(),this.options.boundsOptions)}` I think because of: https://github.com/w8r/Leaflet.Path.Transform/issues/34#issuecomment-452701124 But this was not working for me when the...
@yohanboniface I think @bytesnz needs only a `yes` and maybe a few moderator rights and then you would see if he makes the job good.
This is a issue with the plugin / Firefox, because it uses the old [mousewheel](https://github.com/stefanocudini/leaflet-search/blob/15b4c295c935c6c227781fca05c6a6daa113c621/src/leaflet-search.js#L362) event listener instead of `wheel` to prevent zooming on the map. Firefox doesn't fire `mousewheel`...
I'm not 100% sure but it looks like, there was a time, where big plugins where moved to the Leaflet Project. But the plugins kept maintained by the origin maintainers....
> > ... maybe we can find together a way to do a "drop-in replacement" from Leaflet-Draw to [Leaflet-Geoman](https://github.com/geoman-io/leaflet-geoman). > > If that would be possible... sure! Geoman is a...