ThinkGeo.com    |     Documentation    |     Premium Support

Error when disable Caching for OSM layer

Hallo ThinkGeo,



we recognized that by Default Google, Bing and OSM layer cache their tiles in temp Directory. We disabled this by setting  the TileCache property to nothing after creating a new layer instance. This works fine for Google and Bing. But when we do this for OSM layer we get an exception when the layer draws the next time.



How can we disable the Caching for OSM layer?



Thanks Thomas

Hi Thomas, 



Thanks to let us know that. 



I found it’s a bug and that have been fixed, you can get the fix in 8.0.314.0 or 8.0.0.314 and any higher version. 



Please close the tile cache like this:

OpenStreetMapLayer layer = new OpenStreetMapLayer();    
layer.TileCache = null;


Regards, 



Don