Hi,
I’m trying to generate a map with two overlays:
- the first one, a GoogleOverlay as the base;
- the second one, a LayerOverlay buit upon a series of tiff images. This overlay will use cache.
The problem is, when I let the cache to be build at runtime everything works fine as you can see in the example below…
When I try to pre-generate the cache the second overlay is somehow misplaced…
I’m sending a zip file containing the code of the controller, view and layer.
Can you please help me understand what I’m doing wrong when pre-generating the cache?
Regards,
Carlos
GenerateCacheTest.zip (4.66 KB)