|
@@ -489,10 +489,16 @@ var enter = ({
|
|
|
object: measure,
|
|
|
...getMeasureFunction(measure, bus),
|
|
|
};
|
|
|
-
|
|
|
+
|
|
|
measure.addEventListener("intersectNoPointcloud", () => {
|
|
|
bus.emit("invalidPoint");
|
|
|
});
|
|
|
+ measure.addEventListener("firstClick", () => {
|
|
|
+ bus.emit("firstClickMarker");
|
|
|
+ });
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
return ret;
|
|
|
},
|
|
|
quitMeasure() {
|