I would appreciate any help concerning pan and zoom for a jquery mobile web app. I have an image of a building floorplan with an image map on top that I would like the user to be able to view from his mobile phone, zoom in and out and pan the area of interest into view.
Share
I figured it out, got everything I needed from the OpenLayers examples
Markup:
Image Layer Example
I get my features from the server:
/**
*
* @author christina
*/
public class GetFloorFeatures implements Action {
}
The data is hardcoded in the jsp file but it will eventually be generated by a database query: