39 lines
905 B
JavaScript
39 lines
905 B
JavaScript
|
|
// node_modules/ol/MapEventType.js
|
||
|
|
var MapEventType_default = {
|
||
|
|
/**
|
||
|
|
* Triggered after a map frame is rendered.
|
||
|
|
* @event module:ol/MapEvent~MapEvent#postrender
|
||
|
|
* @api
|
||
|
|
*/
|
||
|
|
POSTRENDER: "postrender",
|
||
|
|
/**
|
||
|
|
* Triggered when the map starts moving.
|
||
|
|
* @event module:ol/MapEvent~MapEvent#movestart
|
||
|
|
* @api
|
||
|
|
*/
|
||
|
|
MOVESTART: "movestart",
|
||
|
|
/**
|
||
|
|
* Triggered after the map is moved.
|
||
|
|
* @event module:ol/MapEvent~MapEvent#moveend
|
||
|
|
* @api
|
||
|
|
*/
|
||
|
|
MOVEEND: "moveend",
|
||
|
|
/**
|
||
|
|
* Triggered when loading of additional map data (tiles, images, features) starts.
|
||
|
|
* @event module:ol/MapEvent~MapEvent#loadstart
|
||
|
|
* @api
|
||
|
|
*/
|
||
|
|
LOADSTART: "loadstart",
|
||
|
|
/**
|
||
|
|
* Triggered when loading of additional map data has completed.
|
||
|
|
* @event module:ol/MapEvent~MapEvent#loadend
|
||
|
|
* @api
|
||
|
|
*/
|
||
|
|
LOADEND: "loadend"
|
||
|
|
};
|
||
|
|
|
||
|
|
export {
|
||
|
|
MapEventType_default
|
||
|
|
};
|
||
|
|
//# sourceMappingURL=chunk-BHVDQB66.js.map
|