Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "reducers/config"

Index

Functions

Object literals

Functions

configReducer

  • Parameters

    • Default value state: IConfigurationReducerState = CONFIG_INITIAL_STATE
    • Default value action: AnyAction = { type: '', payload: null }

    Returns object | object | object | object

Object literals

CONFIG_INITIAL_STATE

CONFIG_INITIAL_STATE: object

activeMapName

activeMapName: undefined = undefined

agentKind

agentKind: string = "mapagent"

agentUri

agentUri: undefined = undefined

availableMaps

availableMaps: undefined = undefined

capabilities

capabilities: IViewerCapabilities = {hasTaskPane: false,hasTaskBar: false,hasStatusBar: false,hasNavigator: false,hasSelectionPanel: false,hasLegend: false,hasToolbar: false,hasViewSize: false} as IViewerCapabilities

coordinates

coordinates: ICoordinateConfiguration = {decimals: 6} as ICoordinateConfiguration

locale

locale: string = DEFAULT_LOCALE

viewRotation

viewRotation: number = 0

viewRotationEnabled

viewRotationEnabled: boolean = true

viewSizeUnits

viewSizeUnits: UnitOfMeasure.Unknown | UnitOfMeasure.Inches | UnitOfMeasure.Feet | UnitOfMeasure.Yards | UnitOfMeasure.Miles | UnitOfMeasure.NauticalMiles | UnitOfMeasure.Millimeters | UnitOfMeasure.Centimeters | UnitOfMeasure.Meters | UnitOfMeasure.Kilometers | UnitOfMeasure.Degrees | UnitOfMeasure.DecimalDegrees | UnitOfMeasure.DMS | UnitOfMeasure.Pixels = UnitOfMeasure.Meters

viewer

viewer: object

activeSelectedFeatureColor

activeSelectedFeatureColor: string = "0xFF0000AA"

imageFormat

imageFormat: string = "PNG"

loadIndicatorColor

loadIndicatorColor: string = "rgba(34, 153, 221, 0.9)"

loadIndicatorPositioning

loadIndicatorPositioning: string = "top"

pointSelectionBuffer

pointSelectionBuffer: number = 2

selectionColor

selectionColor: string = "0x0000FFAA"

selectionImageFormat

selectionImageFormat: string = "PNG8"

Generated using TypeDoc