Merge pull request #8736 from fredj/misc

Typescript misc fixes
This commit is contained in:
Frédéric Junod
2018-10-01 08:29:02 +02:00
committed by GitHub
11 changed files with 11 additions and 14 deletions

View File

@@ -91,7 +91,6 @@ class VectorTile extends UrlTile {
super({
attributions: options.attributions,
cacheSize: options.cacheSize !== undefined ? options.cacheSize : 128,
extent: extent,
opaque: false,
projection: projection,
state: options.state,