This is a migrated thread and some comments may be shown as answers.

TiledMapSource caching

1 Answer 37 Views
Map
This is a migrated thread and some comments may be shown as answers.
Jeroen
Top achievements
Rank 1
Jeroen asked on 18 Apr 2014, 03:13 PM
Is there any way to disable caching of a TiledMapSource?

I have a TiledMapSource that needs to be refreshed every minute, but the only way I've found to get this to work, is to remove the "Provider" and completely recreate it.

My GetTile() method uses a "nocache" query string with a timestamp to make sure the server doesn't give me anything cached. This part works.
But the Provider object itself seems to cache its tiles. Simply removing the Provider from the Map and re-adding it doesn't solve it either.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 22 Apr 2014, 01:41 PM
Hi Jeroen,

The RadMap shows map tiles using the native Silverlight MultiScaleImage control. Unfortunately it does not provide a way for disabling of caching.

Regards,
Andrey Murzov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Map
Asked by
Jeroen
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or