Fires when a Vue component is registered with rInstance.component(...)
.
Payload: (id: string)
Fires when the config file changes.
Payload: (config: RampConfig)
Fires when a request is issued to toggle (show if hidden, hide if showing) the details of an identify result.
Payload: ({ identifyItem: IdentifyItem, uid: string, format: string }, force?: boolean)
Fires when a filter is changed.
Payload: (params: FilterEventParam)
Fires when a fixture is added to the instance.
Payload: (fixture: FixtureInstance)
Fires when a fixture is removed from the instance.
Payload: (fixture: FixtureInstance)
Fires when a request is issued to toggle (show if hidden, hide if showing) the grid of attributes.
Payload: (uid: string, force?: boolean)
Fires when a request is issued to toggle (show if hidden, hide if showing) help information.
Payload: (force?: boolean)
Fires when the language of the app changes.
Payload: ({ oldLang: string, newLang: string })
Fires when the drawing state of a layer changes.
Payload: ({ layer: LayerInstance, state: string })
Fires when the layer state of a layer changes.
Payload: ({ layer: LayerInstance, state: string})
Fires when the load state of a layer changes.
Payload: ({ layer: LayerInstance, state: string, userCancel: boolean })
Fires when the opacity of a layer changes.
Payload: ({ layer: LayerInstance, opacity: number })
Fires when a layer is registered (added to the instance via the map).
Payload: (layer: LayerInstance)
Fires when a layer completes its reload process.
Payload: (layer: LayerInstance)
Fires when a layer begins its reload process.
Payload: (layer: LayerInstance)
Fires when a layer is removed from the map.
Payload: (layer: LayerInstance)
Fires when the visibility of a layer changes.
Payload: ({ layer: LayerInstance, visibility: boolean })
Fires when the basemap changes.
Payload: ({ basemapId: string, schemaChanged: boolean })
Fires when the map loses focus.
Payload: (params: KeyboardEvent)
(DOM Event)
Fires when the map is clicked.
Payload: (params: MapClick)
Fires after the map is created. Payload: none
Fires after the map is destroyed. Payload: none
Fires when the map is double-clicked.
Payload: (params: MapClick)
Fires when the map extent changes.
Payload: (extent: Extent)
Fires when the map gains focus.
Payload: (params: KeyboardEvent)
(DOM Event)
Fires when the mouse enters the graphic of a vector layer symbol. Payload: TODO huge untyped object. Create type? Type it all out?
Fires when a map identify executes.
Payload: (results: MapIdentifyResult)
Fires when a key is pressed down while the map has focus.
Payload: (params: KeyboardEvent)
(DOM Event)
Fires when a key is released while the map has focus.
Payload: (params: KeyboardEvent)
(DOM Event)
Fires when the mouse (or alternate pointer) enters the "down" state.
Payload: (params: PointerEvent)
(DOM Event)
Fires when the mouse leaves the map.
Payload: (params: PointerEvent)
(DOM Event)
Fires when the mouse moves while over the map.
Payload: (params: MapMove)
Fires when the mouse moves stops moving over the map.
Payload: (params: MapMove)
Fires when the mouse starts moving over the map.
Payload: (params: MapMove)
Fires when the map view finishes refreshing. Payload: none
Fires when the map view starts refreshing. Payload: none
Fires when a layer is reordered in the map stack.
Payload: ( { layer: LayerInstance, newIndex: integer })
Fires when the map view is resized.
Payload: ({ height: number, width: number })
Fires when the map scale changes.
Payload: (scale_denominator: number)
Fires when the request to start the map is given. Payload: none
Fires when a request is issued to toggle the Metadata panel.
Payload: ({ type: string, layerName: string, url: string }, open: boolean)
Fires when a panel is closed.
Payload: (panel: PanelInstance)
Fires when a panel is minimized.
Payload: (panel: PanelInstance)
Fires when a panel opens.
Payload: (panel: PanelInstance)
Fires when screen size changes from/to mobile resolution.
Payload (mobileMode: boolean)
Fires when a request is issued to toggle (open/close) the Layer Reorder panel. Payload: none
Fires when a request is issued to toggle (show if hidden, hide if showing) layer settings.
Payload: (uid: string, force?: boolean)
Fires when a user adds a layer, generally through the wizard.
Payload: (layer: LayerInstance)
Fires when a request is issued to toggle (open/close) the Add Layer Wizard panel. Payload: none
Fires when an appbar button is clicked. Payload:
(id: string)