Skip to content

Commit

Permalink
Add information about maxCacheByteSize when not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
sraimund committed Sep 13, 2024
1 parent 5057c20 commit fb94e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api-reference/geo-layers/tile-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ If not supplied, the `maxCacheSize` is calculated as `5` times the number of til

The maximum memory used for caching tiles. If this limit is supplied, `getTileData` must return an object that contains a `byteLength` field.

If not supplied, the `maxCacheByteSize` is set to `Infinity`.

- Default: `null`


Expand Down

0 comments on commit fb94e0c

Please sign in to comment.