UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

14 lines (12 loc) 226 B
/** * @enum {string} */ var _ol_render_ReplayType_ = { CIRCLE: 'Circle', DEFAULT: 'Default', IMAGE: 'Image', LINE_STRING: 'LineString', POLYGON: 'Polygon', TEXT: 'Text' }; export default _ol_render_ReplayType_;