SINTEF-9012 / PruneCluster

Fast and realtime marker clustering for Leaflet
MIT License
552 stars 131 forks source link

Svelte Import issue #202

Open ZMilosevich opened 2 years ago

ZMilosevich commented 2 years ago

I building map component (Leaflet + PruneCluster). PruneCluster performance is much faster comparing to MarkerClustering and I love it!. My main issue was importing { PruneCluster, PruneClusterForLeaflet } to component and I fix it by editing prunecluster.js and adding 'export',

export var PruneCluster export var PruneClusterForLeaflet

so in the next build is it possible to add 'export' and I hope it won't break other framework's.