Fix click on feature
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -15,6 +15,7 @@ export const SETPARENT = '[Map] SetParent';
 | 
			
		||||
export const STARTSEARCH = '[Map] StartSearch';
 | 
			
		||||
export const STARTSEARCHSUCCESS = '[Map] StartSearchSuccess';
 | 
			
		||||
export const SELECTFEATURE = '[Map] SelectFeature';
 | 
			
		||||
export const CLICKFEATURE = '[Map] ClickFeature';
 | 
			
		||||
export const SELECTITEM = '[Map] SelectItem';
 | 
			
		||||
export const SELECTITEMSUCCESS = '[Map] SelectItemSuccess';
 | 
			
		||||
export const SELECTTEMPORALITEMSSUCCESS = '[Map] SelectTemporalItemsSuccess';
 | 
			
		||||
@@ -90,6 +91,12 @@ export class SelectFeature implements Action {
 | 
			
		||||
  constructor(public feature:Feature) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class ClickFeature implements Action {
 | 
			
		||||
  readonly type = CLICKFEATURE;
 | 
			
		||||
 | 
			
		||||
  constructor(public feature:Feature) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class SelectItem implements Action {
 | 
			
		||||
  readonly type = SELECTITEM;
 | 
			
		||||
 | 
			
		||||
@@ -251,6 +258,7 @@ export type Actions = SetMapState
 | 
			
		||||
  | StartSearch
 | 
			
		||||
  | StartSearchSuccess
 | 
			
		||||
  | SelectFeature
 | 
			
		||||
  | ClickFeature
 | 
			
		||||
  | SelectItem
 | 
			
		||||
  | SelectItemSuccess
 | 
			
		||||
  | SelectTemporalItemsSuccess
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user