Results 1 to 3 of 3

Thread: Google Maps style image zooming

  1. #1
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Google Maps style image zooming

    Hi there,

    I have a custom made jpg map that is quite large. Does anyone know of a script or service that would allow me to set it up similarly to Google Maps so that visitors can zoom in and out on areas of this image?

    Thanks a bunch!

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

    Default

    That's a very complex system. It involves many images, actually, that are added to the window as tiles. When you "zoom" in, it first stretches the images that exist (and this is low quality) then replaces them with NEW tiles that are the same dimensions (but from a larger image) so you now see things closer, but still with 200x200px tiles (or whatever they are).

    This system is quite complex, and involves a mix of Javascript, server side scripting, along with a LOT of setup work with the images themselves.

    If you can clarify a bit about what type of functionality you need for your site, we may be able to help more.

    If you want a similar map setup, you may need that many features, but if you want something else, you may be able to get away with just one.

    There are a few "image zooming" scripts available. A few I've seen are nice, basically with two images-- one close and one far. The far image allows the user to drag an image on top, and that moves the closer image around, so you see what you've chosen from the smaller, full thumbnail image.
    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

  3. #3
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    "There are a few "image zooming" scripts available. A few I've seen are nice, basically with two images-- one close and one far. The far image allows the user to drag an image on top, and that moves the closer image around, so you see what you've chosen from the smaller, full thumbnail image."

    This sounds like something that would work very well for what I want. Is there a specific one that you can recommend?

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
  •