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:
kalinbas
2014-10-30 13:23:09 +01:00
parent ffeda3f25a
commit 08c6e601b8

View File

@@ -68,7 +68,6 @@ ol.source.WMTS = function(options) {
var context = {
'Layer': options.layer,
'style': options.style,
'Style': options.style,
'TileMatrixSet': options.matrixSet
};