Results 1 to 2 of 2

Thread: Dynamicly loading large images similar to google maps.

  1. #1
    Join Date
    Aug 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamicly loading large images similar to google maps.

    I am about to scan a real life picture that is 1 metre square.
    I want to be able to display this picture in the same way that google maps displays its maps. Scrollable, scalable, and only loads parts of the picture that is been viewed. but caches surrounding frames while the viewer is looking at a certain section of the picture.

    How would I go about doing this?

    Benny
    Last edited by ynneb; 08-03-2011 at 12:10 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Chop the image into parts. Create a dragable div the same size as your full image, and position it in a default place. The problem though is how you know when to load the other images. You will need to use a lot of Javascript for this to work.
    Do you need the moving features or just arrows to load the next image to the left, right, up or down? That would be a little easier.

    Using Flash is another option that might help in some ways.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •