Changeset 7834 for trunk/src/map/inc


Ignore:
Timestamp:
Apr 18, 2010, 9:33:52 PM (15 years ago)
Author:
ddboer
Message:

Zoom works

Location:
trunk/src/map/inc
Files:
3 edited

Legend:

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

    r7833 r7834  
    690690         
    691691
    692                   highlightCurrentMarker(latlng);       
     692                  highlightCurrentMarker(latlng);
     693                  clusterLatLng = latlng;
     694       
    693695          clickCluster(markerArray, latLng);
    694696      });
  • trunk/src/map/inc/nodemapWL.js

    r7833 r7834  
    260260function mapZoomed()
    261261{
    262         highlightCurrentMarker()
     262        highlightCurrentMarker(clusterLatLng);
    263263        if(!markerSelected == "")
    264264        {
  • trunk/src/map/inc/overlay.js

    r7833 r7834  
    2323
    2424function highlightCurrentMarker(markerPoint){
    25 //var markerPoint = currentMarker.getPoint();
    2625
    2726var polyPoints = Array();
     
    5251highlightCircle = new GPolygon(polyPoints,"#000000",2,0.0,"#DF0101",.5);
    5352map.addOverlay(highlightCircle);
     53
     54return markerPoint;
    5455}
Note: See TracChangeset for help on using the changeset viewer.