Commit 4e426039 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

needed a new global variable for markers linking

parent ef0d3a13
...@@ -190,6 +190,9 @@ LeafletObject.prototype.highlightMarker = function(index){ ...@@ -190,6 +190,9 @@ LeafletObject.prototype.highlightMarker = function(index){
this.marker._measureMarkers[index]._tooltip.bringToFront(); this.marker._measureMarkers[index]._tooltip.bringToFront();
this.marker._measureLines[index].setStyle(style).bringToFront(); this.marker._measureLines[index].setStyle(style).bringToFront();
// see x3dom_deltas.js
theLastMovedMarker = index;
} }
LeafletObject.prototype.dehighlightMarker = function(index){ LeafletObject.prototype.dehighlightMarker = function(index){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment