Fire a moveend event after rendering
The moveend event is fired after rendering if there is no pending animation, current interaction, or other pre-render functions in the queue.
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@ goog.require('ol.FrameState');
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.MapEventType = {
|
||||
POSTRENDER: 'postrender'
|
||||
POSTRENDER: 'postrender',
|
||||
MOVEEND: 'moveend'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user