|
@@ -172,7 +172,7 @@ If `errorThreshold` is set to `Infinity` then all parent tiles will be loaded an
|
|
maxDepth = Infinity : Number
|
|
maxDepth = Infinity : Number
|
|
```
|
|
```
|
|
|
|
|
|
-The max depth to which tiles will be loaded and rendered. Setting it to `1` will only render the root tile.
|
|
|
|
|
|
+The max depth to which tiles will be loaded and rendered. Setting it to `1` will only render the root tile. If the tile at depth `maxDepth` is an empty tile then the next set of visible children will be rendered.
|
|
|
|
|
|
### .loadSiblings
|
|
### .loadSiblings
|
|
|
|
|