UNPKG

ol

Version:

OpenLayers mapping library

13 lines (11 loc) 201 B
/** * @module ol/source/WMTSRequestEncoding */ /** * Request encoding. One of 'KVP', 'REST'. * @enum {string} */ export default { KVP: 'KVP', // see spec §8 REST: 'REST' // see spec §10 };