Mikael Korpela

Results 286 comments of Mikael Korpela

Maybe something like this here? https://github.com/SINTEF-9012/PruneCluster/blob/master/LeafletAdapter.ts#L213-L220

@wahisoufiane I meant that perhaps something similar should be added to PruneCluster for Tooltip as it's done for for Popup. But I really just had a quick look, so just...

I'm have similar situation with one Angular app and I'l just handing all that logic directly with Leaflet's map object. Looks like in Vue2-Leaflet you could do the same: https://www.npmjs.com/package/vue2-leaflet#how-can-i-access-the-leaflet-map-object-

+1 http://leafletjs.com/2015/07/15/leaflet-1.0-beta1-released.html > The release sports a number of minor breaking API changes, and some of the plugins will have to be updated. To make the upgrade less painful, we’re...

Perhaps you could ask around at https://groups.google.com/forum/#!forum/leaflet-js or https://gitter.im/Leaflet/Leaflet if someone would be willing to help maintain this together. This plugin is just too awesome to let it fade away....

I searched the codebase quickly for 1.0-beta1 breaking changes https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#other-breaking-api-changes And I can see only DomUtil off being used, which has breaking changes (dunno if this affects PruneCluster though): >...

Cool. BTW we're using this here; https://www.trustroots.org / https://github.com/trustroots/trustroots It's coupled with ~~https://github.com/tombatossals/angular-leaflet-directive~~ https://github.com/angular-ui/ui-leaflet and the controller running that map is going to get much more complex in the future,...

@denjello: somehow @Remigr got PruneCluster working with Angular-Leaflet; [here](https://github.com/Trustroots/trustroots/blob/master/modules/search/client/controllers/search.client.controller.js#L116-L241). But he's a ninja... Not sure though if he remembers what at PruneCluster's API would've made it easier for this to...

How is this coming by? Beta 2 is out since this. http://leafletjs.com/2015/10/14/leaflet-1.0-beta2-released.html https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md

@c-martinez We're using PruneCluster at [Trustroots.org](https://www.trustroots.org) ([@Trustrotos/trustroots](https://github.com/trustroots/trustroots)) without issues with Leaflet 1.2.0. I'm not using popups or tooltips though — I've seen people reporting some issues around those but it's...