Remove 'extent' properties from ol/source/Tile children classes

This commit is contained in:
Frederic Junod
2018-09-28 08:29:32 +02:00
parent f58cd03f3b
commit 3d9b1af105
3 changed files with 0 additions and 5 deletions
-1
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,