Use path type instead of ol.tilegrid.TileGrid
This commit is contained in:
@@ -81,7 +81,7 @@ const VectorTileSource = function(options) {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Object.<string,ol.tilegrid.TileGrid>}
|
||||
* @type {Object.<string, module:ol/tilegrid/TileGrid~TileGrid>}
|
||||
*/
|
||||
this.tileGrids_ = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user