Does anyone know of a plugin that will allow me to have a separate image for each layer but uses a tilling mechanism similar to Google Maps?
Basically we have a large image that we want to be able to place on a touch enabled flat screen and we'd like the user to be able to double-click the screen or perform the pinch / pull gesture to 'zoom' between screens. Because the images are so large (hi-res and dimensionally - we're using 60" touch screens) we want to tile them just as is done on Google Maps. I can easily create the tiles and I am well aware of the coordinate systems used to keep those straight.
Most maps or images have every last detail on one image and then are sliced for use in the Google Maps API. We actually want to use a different image at each layer. Does anyone know of anything like that?