Commit 42bac9b7 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

test fix

parent 79a151be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@
            var hecs = this.getHCState();

            if (param.target){

                latlng = param.latlng;

                if (hecs){
@@ -147,6 +148,7 @@
            }

            this._latlng = latlng;
            this._measureBase = latlng;
            this._updateCameraViewMarker();

        },
+2 −0
Original line number Diff line number Diff line
@@ -448,6 +448,8 @@

        _syncMeasureMarkersToBasePoint: function(e){

            console.log("sync measure markers");

            if (this._measureMarkers.length!=0){
                if (
                  (this._measureBase.lat!=this._latlng.lat)&&
+3 −3

File changed.

Contains only whitespace changes.