UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

10 lines (8 loc) 173 B
/** * @enum {string} */ var _ol_webgl_ContextEventType_ = { LOST: 'webglcontextlost', RESTORED: 'webglcontextrestored' }; export default _ol_webgl_ContextEventType_;