JMap.Application.Event.Layer.activate
Activates the listener.
If the listener is already active, does nothing.
If the listener is inactive, it will be reactivated and will be called again ...
The listener id
JMap.Application.Event.Layer.deactivate
Deactivates the listener.
If the listener id doesn't exist or if the listener is already inactive, does nothing.
If the listener is active, it will be deactivated and will be ignored ...
The listener id
JMap.Application.Event.Layer.remove
Removes the listener.
If the listener doesn't exist, does nothing.
Removes the listener from JMap NG App. The listener is deleted and never called again after that.
The listener id
JMap.Application.Event.Layer
Here you can manage all JMap NG App layer event listeners.
Click to see all events available: *JMap.Application.Event.Layer.on*.