raphael trujillo

Results 3 comments of raphael trujillo

hi, here is how i do it : ``` $.each( data, function( key, val ) { var marker = new PruneCluster.Marker( val.latLng[0],val.latLng[1] , { id: key, cat: 'site', name :...

hmm, by "marker" do you mean the JS marker object (my first thought) or the icon on the map ?? if it is the second choice then my previous answer...

hi, any chance to have a hint on how to disable clustering passed a given zoom level ?? edit : found a workaround at #144