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 Original line Diff line number Diff line
@@ -127,6 +127,7 @@
            var hecs = this.getHCState();
            var hecs = this.getHCState();


            if (param.target){
            if (param.target){

                latlng = param.latlng;
                latlng = param.latlng;


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


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


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


        _syncMeasureMarkersToBasePoint: function(e){
        _syncMeasureMarkersToBasePoint: function(e){


            console.log("sync measure markers");

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

File changed.

Contains only whitespace changes.