UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

12 lines (10 loc) 275 B
/** * A plugin type used when registering a plugin. The supported plugin types are * 'MAP_RENDERER', and 'LAYER_RENDERER'. * @enum {string} */ var _ol_PluginType_ = { MAP_RENDERER: 'MAP_RENDERER', LAYER_RENDERER: 'LAYER_RENDERER' }; export default _ol_PluginType_;