maplegend
Description
Displays legend images of selected map layers in a Flyout if the layers have legend image urls set.
Screenshot

Bundle configuration
No configuration is required.
Bundle state
No statehandling has been implemented.
Requests the bundle handles
This bundle doesn't handle any requests.
Requests the bundle sends out
| Request | Why/when |
|---|---|
| `userinterface.RemoveExtensionRequest` | Unregisters the extensions (Flyout, Tile) when the bundle gets stopped |
Events the bundle listens to
| Event | How does the bundle react |
|---|---|
| `AfterMapLayerRemoveEvent` | Refreshes the Flyout |
| `AfterMapLayerAddEvent` | Refreshes the Flyout |
| `AfterChangeMapLayerStyleEvent` | Refreshes the Flyout |
| `MapLayerEvent` | Refreshes the Flyout |
Events the bundle sends out
This bundle doesn't send out any events.
Dependencies
| Dependency | Linked from | Purpose |
|---|---|---|
| jQuery | Version 1.7.1 assumed to be linked on the page | Used to create the component UI from begin to end |
| `divmanazer` | Assumes to be present in the application setup | Used to create the Flyout and the Tile |