UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

20 lines (18 loc) 377 B
/** * @enum {string} */ var _ol_interaction_DrawEventType_ = { /** * Triggered upon feature draw start * @event ol.interaction.Draw.Event#drawstart * @api */ DRAWSTART: 'drawstart', /** * Triggered upon feature draw end * @event ol.interaction.Draw.Event#drawend * @api */ DRAWEND: 'drawend' }; export default _ol_interaction_DrawEventType_;