diff --git a/web/client/components/map/openlayers/MeasurementSupport.jsx b/web/client/components/map/openlayers/MeasurementSupport.jsx index f6dcc75f8f..082c879e02 100644 --- a/web/client/components/map/openlayers/MeasurementSupport.jsx +++ b/web/client/components/map/openlayers/MeasurementSupport.jsx @@ -147,7 +147,6 @@ const MeasurementSupport = React.createClass({ bearing = CoordinatesUtils.calculateAzimuth(sketchCoords[0], sketchCoords[1], this.props.projection); if (sketchCoords.length > 2) { this.drawInteraction.sketchCoords_ = [sketchCoords[0], sketchCoords[1], sketchCoords[0]]; - this.sketchFeature.getGeometry().setCoordinates(this.drawInteraction.sketchCoords_); this.drawInteraction.finishDrawing(); } }