Hello, I’m using the Web Edition Map control with OpenStreetMapOverlay and some other layers. Currently using version 8.0.154.0. We found that the C:\Windows\Temp\MapSuite\OpenStreetMapTmpTileCache folder was filling up very quickly with tile cache files. What is the best way to manage this folder? Is there a setting in the control or core library to limit the cache size? Or should we schedule a batch script to purge this periodically, etc?
OpenStreetMapTmpTileCache temp file disk usage for tile cache
Hi Randy,
In WebEdition, the OpenStreetMapOverlay don’t have local cache. So the cache should comes from your other layers.
You should open ServerCache for your LayerOverlay, for now, we don’t have API to limit the tile number, so the tile size will keep increase if you don’t clean it.
If you want to limit the tile size under a static value, write script to manage it is a solution, or you can pre-build cache for the most commonly viewed area and close ServerCache. This utility should be helpful: thinkgeo.com/forums/MapSuite/tabid/143/aft/10446/Default.aspx
Regards,
Don