From 08c6e601b8143cc3b5441f0538a0b7f62c8b3f53 Mon Sep 17 00:00:00 2001 From: kalinbas Date: Thu, 30 Oct 2014 13:23:09 +0100 Subject: [PATCH] Update wmtssource.js - "duplicated" style parameter is not supported by Intergraph GeoMedia - Uppercase Parameter is needed by ARCGis - are there other constraints? --- src/ol/source/wmtssource.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/source/wmtssource.js b/src/ol/source/wmtssource.js index 8581772b72..ad458804c9 100644 --- a/src/ol/source/wmtssource.js +++ b/src/ol/source/wmtssource.js @@ -68,7 +68,6 @@ ol.source.WMTS = function(options) { var context = { 'Layer': options.layer, - 'style': options.style, 'Style': options.style, 'TileMatrixSet': options.matrixSet };