UNPKG

c8y-openlayer

Version:

This module is designed to help integrate Openlayer with Cumulocity IoT

11 lines (9 loc) 224 B
/** * Request encoding. One of 'KVP', 'REST'. * @enum {string} */ var _ol_source_WMTSRequestEncoding_ = { KVP: 'KVP', // see spec §8 REST: 'REST' // see spec §10 }; export default _ol_source_WMTSRequestEncoding_;