Merge pull request #2896 from kalinbas/patch-1

Remove duplicated style parameter
This commit is contained in:
Éric Lemoine
2014-11-16 20:24:31 +01:00

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
};