views:

28

answers:

1

Here are the requirements:

  1. must not rely on any type of known server, i.e. server code (that produces the map images) is not of a known variety
  2. supports panning and zooming (image is zoomed on the client)
  3. preferably with support for tiling (i.e. pre-fetching image tiles with some simple heuristics)
  4. JQuery friendly

The API doesn't have to be specifically for maps. i.e., similar kind of manipulation on an image is also OK.

+2  A: 

OpenLayers

Tim McNamara
I saw that one. Doesn't it depend on a specific server-side implementation?
Ovesh
Tim McNamara
cool, I'll have a look. Thanks!
Ovesh
I've been working with OpenLayers on and off for the last year or so, in an interactive mapping UI combined with jQuery. It's definitely worth a look and it seems to tick all of your requirements.
John Patrick