Imports cased like the filename
This commit is contained in:
10
src/ol/source/WMTSRequestEncoding.js
Normal file
10
src/ol/source/WMTSRequestEncoding.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
};
|
||||
Reference in New Issue
Block a user