Changeset 7797 for trunk/src/map/inc
- Timestamp:
- Apr 16, 2010, 10:49:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/inc/markerClusterer.js
r7787 r7797 670 670 'font-family:Arial,sans-serif;font-weight:bold'; 671 671 div.innerHTML = this.text_; 672 map.getPane(G_MAP_MA P_PANE).appendChild(div);672 map.getPane(G_MAP_MARKER_PANE).appendChild(div); 673 673 var padding = this.padding_; 674 674 GEvent.addDomListener(div, "doubleclick", function () { … … 689 689 clickCluster(markerArray); 690 690 }); 691 692 GEvent.addDomListener(div, "mouseout", function() { 693 mouseOutCluster(markerArray); 694 }); 691 695 this.div_ = div; 692 696 };
Note:
See TracChangeset
for help on using the changeset viewer.