Added tileClass to TileWMS

This commit is contained in:
ZachTRice
2017-07-04 10:20:02 -04:00
parent 4f0bfbc1db
commit 8db49fa981
2 changed files with 14 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ ol.source.TileWMS = function(opt_options) {
opaque: !transparent,
projection: options.projection,
reprojectionErrorThreshold: options.reprojectionErrorThreshold,
tileClass: options.tileClass,
tileGrid: options.tileGrid,
tileLoadFunction: options.tileLoadFunction,
url: options.url,