Fix layerswitcher not opening
	
		
			
	
		
	
	
		
	
		
			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:
		@@ -36,10 +36,12 @@ export class LayerSwitcher  implements OnInit,OnChanges{
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  handleClick(event:Event) {
 | 
			
		||||
    event.stopPropagation();
 | 
			
		||||
    this.store.dispatch(new mapActions.ShowLayerSwitcher(true));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  close(event:Event) {
 | 
			
		||||
    event.stopPropagation();
 | 
			
		||||
    this.store.dispatch(new mapActions.ShowLayerSwitcher(false));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user