Changeset 7834 for trunk/src/map/inc
- Timestamp:
- Apr 18, 2010, 9:33:52 PM (15 years ago)
- Location:
- trunk/src/map/inc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/inc/markerClusterer.js
r7833 r7834 690 690 691 691 692 highlightCurrentMarker(latlng); 692 highlightCurrentMarker(latlng); 693 clusterLatLng = latlng; 694 693 695 clickCluster(markerArray, latLng); 694 696 }); -
trunk/src/map/inc/nodemapWL.js
r7833 r7834 260 260 function mapZoomed() 261 261 { 262 highlightCurrentMarker( )262 highlightCurrentMarker(clusterLatLng); 263 263 if(!markerSelected == "") 264 264 { -
trunk/src/map/inc/overlay.js
r7833 r7834 23 23 24 24 function highlightCurrentMarker(markerPoint){ 25 //var markerPoint = currentMarker.getPoint();26 25 27 26 var polyPoints = Array(); … … 52 51 highlightCircle = new GPolygon(polyPoints,"#000000",2,0.0,"#DF0101",.5); 53 52 map.addOverlay(highlightCircle); 53 54 return markerPoint; 54 55 }
Note:
See TracChangeset
for help on using the changeset viewer.