this.startArea = function() {
      this.resetState();
      this.areaActive = true;
      this.measuringService.startArea();
    };