Even when displaying a sparse non-overlapping set of tiles, each map tile layer will have some performance overhead in terms of both memory and render performance. I wouldn't recommend adding more than about 10 layers or perf would degrade to unacceptable levels.
A workaround would be to write a simple web service that would read tiles from the various directories as needed, but look like a single tile layer to the client. That would work as long as you don't need to switch the individual directories on or off independently.
- Marked As Answer byRichard_BrundrittMVP, ModeratorFriday, November 20, 2009 5:18 AM
-