Fixed measurement enabled tool
This commit is contained in:
		@@ -226,7 +226,6 @@ export class MapComponent implements OnDestroy, OnInit {
 | 
			
		||||
        let lastPoint;
 | 
			
		||||
        this.sub = this.map.click.pipe(skip(1), finalize(() => this.map.delete(lastPoint))).subscribe(e => {
 | 
			
		||||
            if (lastPoint) {
 | 
			
		||||
                menuItem.enabled = false;
 | 
			
		||||
                let measurement = {latlng: {lat: lastPoint.getLatLng().lat, lng: lastPoint.getLatLng().lng}, latlng2: e.latlng};
 | 
			
		||||
                this.syncService.addMeasurement(measurement);
 | 
			
		||||
                this.map.delete(lastPoint);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user