Allow olx.source.WMTSOptions#requestEncoding to be a string
This commit is contained in:
@@ -29,7 +29,7 @@ var source = new ol.source.WMTS({
|
||||
style: 'normal',
|
||||
matrixSet: 'google3857',
|
||||
urls: urls,
|
||||
requestEncoding: /** @type {ol.source.WMTSRequestEncoding} */ ('REST'),
|
||||
requestEncoding: 'REST',
|
||||
tileGrid: new ol.tilegrid.WMTS({
|
||||
origin: [-20037508.3428, 20037508.3428],
|
||||
resolutions: [
|
||||
|
||||
Reference in New Issue
Block a user