Hi everyone,
I'm building a web application that consists basically of loading large images from the PC,containing several zones of interest, and displaying them. My idea is to make an image viewer so that the user can drag and pan the image, zoom it in and out, and click on those zones of interest to fire events. Pretty much like the google maps.
I tried using image maps (HTML maps and area shapes with coordinates) but when I try to add some drag/pane or zoom functionality the map seem not to work at all.
So I was wondering if any of you know of any open source kit that has this functionality already done and working (in javascript, or ajax, not flash), or if somebody could give me an approach on how to accomplish my idea.
I've got some kits that implement the full drag and zoom thing, but as I said, the map functionality is lost when implemented.
Thanks for your answers!!
I'm building a web application that consists basically of loading large images from the PC,containing several zones of interest, and displaying them. My idea is to make an image viewer so that the user can drag and pan the image, zoom it in and out, and click on those zones of interest to fire events. Pretty much like the google maps.
I tried using image maps (HTML maps and area shapes with coordinates) but when I try to add some drag/pane or zoom functionality the map seem not to work at all.
So I was wondering if any of you know of any open source kit that has this functionality already done and working (in javascript, or ajax, not flash), or if somebody could give me an approach on how to accomplish my idea.
I've got some kits that implement the full drag and zoom thing, but as I said, the map functionality is lost when implemented.
Thanks for your answers!!