Hello,
I have a Flex 2.1 app that uses custom imagery which is cached to the Google/Bing/ESRI tiling structure.
The problem is that the 2nd most detailed zoom level will not display for any of my custom cached tiles. Instead the screen goes pure white/blank. All other scales display fine, but the 1:2257 scale will not display at all in my Flex 2.1 Apps. From my Rest service details:
Level ID: 7 [Start Tile, End Tile]
Resolution: 0.597164283559817
Scale: 2256.994353
It is definitely cached correctly for this level, and it displays perfectly in the Javascript API viewer. I am also using Bing background mapping in my App, but it displays perfectly in the Flex App at 1:2257.
Is this a bug or am I doing something wrong?
Brendan