chakradharmantha / jquery-ui-map

Automatically exported from code.google.com/p/jquery-ui-map
0 stars 0 forks source link

google-maps-jquery-markerclusterer.html : Add to main menu, change title and cluster generator #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. The example in file : google-maps-jquery-markerclusterer.html
is not included in the menu list and cannot be seen by the user.

2. Change the title from : MarkerClusterer example

to : Marker Clusterer Utility

3. Make the clusters more interesting by changing position calculation to :

position: new google.maps.LatLng(42.345573 + (i/100),-71.098326 - 
(2*(Math.random())))

Original issue reported on code.google.com by libby.ba...@gmail.com on 20 May 2011 at 12:42

GoogleCodeExporter commented 8 years ago
Fixed in trunk

Original comment by johansalllarsson on 24 May 2011 at 5:11