I'm struggling in trying to get a single large image (say, 5000x5000 and bigger) into an image pyramid that I can use effectively on the iPad offline. The closest I've come to this is to use gdal2tiles to generate an OpenLayers page. This splits the image well and allows me to present it full screen in a DIV layer which is perfect.

The problem is supporting the iPad. The iPad has a limit on image memory in the UIWebView that causes some tiles to show up as blank and OpenLayers it does not support fractional zooming in this way, which makes it feel clunky and really buggy.

Is there a solution I can use here with Google Maps or some other viewer? I've not been able to make the google maps offline that uses a tiled image as the base layer.

link|improve this question
Do you actually need this to work offline? That requirement basically changes you to a totally different set of tools (route-me instead of OpenLayers or Google Maps - there's really no in-between or crossover). – tmcw Nov 27 '11 at 22:54
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.