|
| bool | FullRenderOnSeasonChange = true [get, set] |
| int | ChunkCacheSize = 1000 [get, set] |
| | Size of the chunk cache (number of chunks to cache in memory). Larger values use more memory but provide better performance for frequently accessed chunks. Default: 1000 chunks.
|
| bool | EnableIncrementalSaves = true [get, set] |
| | Enable incremental tile saving (only save zoom levels that changed). When enabled, unchanged zoom levels are skipped, reducing file I/O. Default: true.
|
◆ ChunkCacheSize
| int livemap.configuration.Render.ChunkCacheSize = 1000 |
|
getset |
Size of the chunk cache (number of chunks to cache in memory). Larger values use more memory but provide better performance for frequently accessed chunks. Default: 1000 chunks.
◆ EnableIncrementalSaves
| bool livemap.configuration.Render.EnableIncrementalSaves = true |
|
getset |
Enable incremental tile saving (only save zoom levels that changed). When enabled, unchanged zoom levels are skipped, reducing file I/O. Default: true.
◆ FullRenderOnSeasonChange
| bool livemap.configuration.Render.FullRenderOnSeasonChange = true |
|
getset |
The documentation for this class was generated from the following file: