Ignore:
Timestamp:
Apr 18, 2010, 8:54:47 PM (15 years ago)
Author:
ddboer
Message:

Clusters now get a red highlight behind them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/inc/markerClusterer.js

    r7824 r7833  
    688688   
    689689  GEvent.addDomListener(div, "click", function() {
    690           clickCluster(markerArray);
     690         
     691
     692                  highlightCurrentMarker(latlng);       
     693          clickCluster(markerArray, latLng);
    691694      });
    692695 
    693696  GEvent.addDomListener(div, "mouseout", function() {
    694697          mouseOutCluster(markerArray);
     698         
    695699      });
    696700  this.div_ = div;
Note: See TracChangeset for help on using the changeset viewer.