UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

12 lines (10 loc) 176 B
/** * @enum {string} */ var _ol_format_FormatType_ = { ARRAY_BUFFER: 'arraybuffer', JSON: 'json', TEXT: 'text', XML: 'xml' }; export default _ol_format_FormatType_;