I am using MapDesktop version 4.5.
I am looking for some code Explamle to show all images in a Folder on the local machine. I need to turn them on at zoomlevel 12 to 20. And turn them off 1 thru 11.
This code only shows all images all the time.
' TileCaching Code
Dim bitmapTileCache As FileBitmapTileCache = New FileBitmapTileCache
Dim NewFylovers As String = MapSetupOptionBo.MapSetFlyOverDir.Trim
bitmapTileCache.CacheDirectory = NewFylovers
bitmapTileCache.CacheId = "Flyovers"
bitmapTileCache.ImageFormat = TileImageFormat.Jpeg
OverlayImage.TileCache = bitmapTileCache