UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

14 lines (11 loc) 249 B
/** * State of the source, one of 'undefined', 'loading', 'ready' or 'error'. * @enum {string} */ var _ol_source_State_ = { UNDEFINED: 'undefined', LOADING: 'loading', READY: 'ready', ERROR: 'error' }; export default _ol_source_State_;