Julián Perelli

Results 36 comments of Julián Perelli

I might be implementing this somehow in this days. Seems a good feature to have. Thanks for the report, I'll let you know any news.

@friedPotat0 @nickforddesign I made a pull request https://github.com/jperelli/vue2-leaflet-markercluster/pull/8 can you help me test if that works to fix this issue? you can checkout the branch and test it locally using...

ok, thanks for the reports, evidently the proposed solution is not working. I'm thinking if this is a problem with the implementation I made or if this is a problem...

Right, the setTimeout was for testing purposes. I will make two test files, one only for bulk. I'll modify the PR today in a couple of hour. Thank you for...

I modified the examples, but couldn't improve performance. Maybe vue or vue2leaflet are adding some overhead. Please let me know if the new Pull Request is ok or if you...

@lordfuoco awesome! I'll try to use your code and update this library properly. Thanks for sharing this!!

Hi! which versions of leaflet, vue2-leaflet, vue2-leaflet-markercluster and v-locatecontrol are you using? There are some breaking changes and strong version incompatibilities with es6 import/export modules that might be the root...

Avoid using `count` as much as possible. It's very, very bad for performance. Don't do it, it's not necessary! Why would you calculate conditions to count through virtually all records...

I think this issue can be closed with that last coment