| 
					
				 | 
			
			
				@@ -386,8 +386,11 @@ class AuthenticMap { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(type==='add') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       features = [mapData.point] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(mapData.curPointData) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      features = [this.kmap.getFeatureById(mapData.curPointData.id)]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if(mapData.curPointData.id){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        features = [this.kmap.getFeatureById(mapData.curPointData.id)]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        features = [mapData.point] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let geometryArr = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let area = 0; 
			 |