Hello ThinkGeo-Team,
can I use PreviewTileCache without using the tile cache?
Here are some infos what I want to do:
If a user changes the extent I want to give a visual feedback by drawing the preview image until the entire map data is loaded.
But there are some known issues in the drawing logic of the tiles they are stored in tile cache. If I activate the caching system I can see the same issue as described in the following link:
gis.thinkgeo.com/Support/Dis...aspx#19536
So I want to use the caching system only to draw the preview images. The tile images they are created in the tile cache to improve the performance should not be drawn on the map - I do not know your internal logic but maybe the tiles in tile cache don't have to be created.
Do you have any suggestion how to realize my requirements?
Thomas