Update wmtssource.js
- "duplicated" style parameter is not supported by Intergraph GeoMedia - Uppercase Parameter is needed by ARCGis - are there other constraints?
This commit is contained in:
@@ -68,7 +68,6 @@ ol.source.WMTS = function(options) {
|
|||||||
|
|
||||||
var context = {
|
var context = {
|
||||||
'Layer': options.layer,
|
'Layer': options.layer,
|
||||||
'style': options.style,
|
|
||||||
'Style': options.style,
|
'Style': options.style,
|
||||||
'TileMatrixSet': options.matrixSet
|
'TileMatrixSet': options.matrixSet
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user