Axel Hadfeg

Results 4 comments of Axel Hadfeg

The issue I encountered results from not setting up a max cap value for zoom level on the leaflet map. Inside of `_getProjectedMatrix`, the map.getMaxZoom() in line `var zoom =...

Hey there. I tried doing the suggestion brought on by @simison, like so: ``` this._pruneCluster.PrepareLeafletMarker = function (leafletMarker, data) { leafletMarker.bindTooltip("my tooltip text").openTooltip(); } ``` However I get the following...

I think this results from the fact that the deleteShape is generic and assumes all feature has setLatLngs, which L.circle doesn't.

The public method `deleteShape` invokes `setLatLngs` on a shape. The method `setLatLngs` does not exist for certain shapes, noticeably circle, which has a single latlng.