UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

11 lines (9 loc) 217 B
goog.provide('ol.source.WMTSRequestEncoding'); /** * Request encoding. One of 'KVP', 'REST'. * @enum {string} */ ol.source.WMTSRequestEncoding = { KVP: 'KVP', // see spec §8 REST: 'REST' // see spec §10 };