@deck.gl/geo-layers
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -49,3 +49,3 @@ import { Viewport } from '@deck.gl/core'; | ||
export declare class Tileset2D { | ||
private opts; | ||
protected opts: Required<Tileset2DProps>; | ||
private _requestScheduler; | ||
@@ -52,0 +52,0 @@ private _cache; |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"publishConfig": { | ||
@@ -50,4 +50,4 @@ "access": "public" | ||
"@loaders.gl/wms": "^4.1.4", | ||
"@luma.gl/gltf": "^9.0.6", | ||
"@luma.gl/shadertools": "^9.0.6", | ||
"@luma.gl/gltf": "^9.0.7", | ||
"@luma.gl/shadertools": "^9.0.7", | ||
"@math.gl/core": "^4.0.0", | ||
@@ -69,3 +69,3 @@ "@math.gl/culling": "^4.0.0", | ||
}, | ||
"gitHead": "e1ef9a3550b120766edbceee28b888c6246caf21" | ||
"gitHead": "4f17a7e9b7a68187990b0cfb0239ad9a186df0f6" | ||
} |
@@ -121,3 +121,3 @@ import {Viewport} from '@deck.gl/core'; | ||
export class Tileset2D { | ||
private opts: Required<Tileset2DProps>; | ||
protected opts: Required<Tileset2DProps>; | ||
private _requestScheduler: RequestScheduler; | ||
@@ -124,0 +124,0 @@ private _cache: Map<string, Tile2DHeader>; |
Sorry, the diff of this file is not supported yet
2034271
Updated@luma.gl/gltf@^9.0.7
Updated@luma.gl/shadertools@^9.0.7