farhanwazir / laravelgooglemaps

Laravel Google Maps Package
MIT License
152 stars 112 forks source link

Map Cluster is not working #32

Open ericsonpadol opened 5 years ago

ericsonpadol commented 5 years ago
 $config = [
            'center' => $params['fromLat'] . ',' . $params['fromLon'],
            'zoom' => 12,
            'map_width' => '800px',
            'cluster' => true,
            'clusterGridSize' => 60,
            'clusterMininumClusterSize' => 3
        ];

added cluster on my map but I am having errors when displaying it.

image

farhanwazir commented 5 years ago

Will get back to you

On Mon, Apr 1, 2019, 17:57 Ericson Padol, notifications@github.com wrote:

$config = [ 'center' => $params['fromLat'] . ',' . $params['fromLon'], 'zoom' => 12, 'map_width' => '800px', 'cluster' => true, 'clusterGridSize' => 60, 'clusterMininumClusterSize' => 3 ];

added cluster on my map but I am having errors when displaying it.

[image: image] https://user-images.githubusercontent.com/25553631/55329249-b8a84400-54c0-11e9-9aec-1607b0eed784.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/farhanwazir/laravelgooglemaps/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOwoQhvVbW7j_7mrVqPhFAu0nTmAkn9ks5vcgI5gaJpZM4cVpjU .