implement layer compare slider
This commit is contained in:
		@@ -54,6 +54,8 @@ export const SETLAYERVALUESLOCATION = '[Map] SetLayerValuesLocation'
 | 
			
		||||
export const TOGGLELAYERVALUESENABLED = '[Map] ToggleLayerValuesEnabled'
 | 
			
		||||
export const GETLAYERVALUE = '[Map] GetLayerValue'
 | 
			
		||||
export const GETLAYERVALUESUCCESS = '[Map] GetLayerValueSuccess'
 | 
			
		||||
export const TOGGLESHOWDATALAYERSLIDE = '[Map] ToggleShowDataLayerSlide'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export class Clear implements Action {
 | 
			
		||||
  readonly type = CLEAR;
 | 
			
		||||
@@ -316,6 +318,11 @@ export class GetLayerValueSuccess implements Action {
 | 
			
		||||
  constructor(public layervalue:ILayervalue) { }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export class ToggleShowDataLayerSlide implements Action {
 | 
			
		||||
  readonly type = TOGGLESHOWDATALAYERSLIDE;
 | 
			
		||||
  constructor() {}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export type Actions = SetMapState
 | 
			
		||||
  | Init
 | 
			
		||||
  | Clear
 | 
			
		||||
@@ -359,5 +366,6 @@ export type Actions = SetMapState
 | 
			
		||||
  | ToggleLayerValuesEnabled
 | 
			
		||||
  | GetLayerValueSuccess
 | 
			
		||||
  | GetLayerValue
 | 
			
		||||
  | SetPeriod;
 | 
			
		||||
  | SetPeriod
 | 
			
		||||
  | ToggleShowDataLayerSlide;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user