Aw5812
This commit is contained in:
		@@ -58,7 +58,7 @@ export const GETLAYERVALUESUCCESS = '[Map] GetLayerValueSuccess'
 | 
			
		||||
export const TOGGLESHOWDATALAYERSLIDE = '[Map] ToggleShowDataLayerSlide'
 | 
			
		||||
export const SETVIEWSTATE = '[Map] SetViewState'
 | 
			
		||||
export const CLEARFEATURES = '[Map] ClearFeatures';
 | 
			
		||||
 | 
			
		||||
export const SETPANELEXTRAWIDE = '[Map] SetPanelExtraWide';
 | 
			
		||||
 | 
			
		||||
export class Clear implements Action {
 | 
			
		||||
  readonly type = CLEAR;
 | 
			
		||||
@@ -342,6 +342,11 @@ export class ClearFeatures implements Action {
 | 
			
		||||
  constructor() {}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class SetPanelExtraWide implements Action {
 | 
			
		||||
  readonly type = SETPANELEXTRAWIDE;
 | 
			
		||||
  constructor(public panelExtraWide:boolean) {}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export type Actions = SetMapState
 | 
			
		||||
  | Init
 | 
			
		||||
  | Clear
 | 
			
		||||
@@ -389,5 +394,6 @@ export type Actions = SetMapState
 | 
			
		||||
  | SetPeriod
 | 
			
		||||
  | ToggleShowDataLayerSlide
 | 
			
		||||
  | SetViewState
 | 
			
		||||
  | ClearFeatures;
 | 
			
		||||
  | ClearFeatures
 | 
			
		||||
  | SetPanelExtraWide;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user