JMap.Event.MapContext.on.afterApply
This event is triggered after the map context is applied.
You can access extension's data from this event, see example below.
Your listener id (must be unique)
Your listener function
JMap.Event.MapContext.on.afterMapDataChange
This event is triggered after a context map data is created or updated.
This event is not triggered when a context metadata is changed: title, description, default context, etc...
You can access extension data from this event, see example below.
Your listener id (must be unique)
Your listener function
JMap.Event.MapContext.on.applyError
This event is triggered when an error occurs while applying a map-context.
Your listener id (must be unique)
Your listener function
JMap.Event.MapContext.on.beforeApply
This event is triggered before the map context is applied.
You can access extension's data from this event, see example below.
Your listener id (must be unique)
Your listener function
JMap.Event.MapContext.on.beforeMapDataChange
This event is triggered before a context map data is created or updated.
This event is not triggered when a context metadata is changed: title, description, default context, etc...
You can access and manage extension's data from this event, see example below.
Your listener id (must be unique)
Your listener function
JMap.Event.MapContext.on.initialized
This event is triggered when the map-context service is initialized.
Your listener id (must be unique)
Your listener function
JMap.Event.MapContext.on
Here you have all JMap NG available map context events on which you can attach a listener.