Keep track of tile source count

This commit is contained in:
Andreas Hocevar
2016-02-04 13:55:56 +01:00
committed by Tim Schaub
parent 72ea0ecfd8
commit 0c23d9a7ff
4 changed files with 5 additions and 1 deletions

View File

@@ -7008,6 +7008,7 @@ olx.view.FitOptions.prototype.maxZoom;
* size: ol.Size,
* skippedFeatureUids: Object.<string, boolean>,
* tileQueue: ol.TileQueue,
* tileSourceCount: number,
* time: number,
* usedTiles: Object.<string, Object.<string, ol.TileRange>>,
* viewState: olx.ViewState,