mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-01 20:57:21 -04:00
Merge pull request #312 from Skud/one-more-places-fix
removed marker bounds on hover
This commit is contained in:
@@ -30,7 +30,7 @@ function showMap(map) {
|
||||
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors under <a href="http://www.openstreetmap.org/copyright">ODbL</a> | Map imagery © <a href="http://cloudmade.com">Cloudmade</a>',
|
||||
maxZoom: 18
|
||||
}).addTo(map);
|
||||
markers = new L.MarkerClusterGroup();
|
||||
markers = new L.MarkerClusterGroup({showCoverageOnHover: false});
|
||||
|
||||
$.getJSON(things_to_map, function(members) {
|
||||
$.each(members, function(i, m) {
|
||||
|
||||
Reference in New Issue
Block a user