this.startDistance = function() {
      if (this.tools.measuring) {
        this.tools.measuring.startInsertion({showDistances: true, showArea: false, closed: false});
      }
    };