UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

10 lines (8 loc) 179 B
/** * @enum {string} */ var _ol_layer_TileProperty_ = { PRELOAD: 'preload', USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError' }; export default _ol_layer_TileProperty_;