google maps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • omerbutt
    Contributor
    • Nov 2006
    • 638

    google maps

    hi all,
    i am working on a site and the client has maps as he deals in property consultant
    he wants to have a zoom function same like google maps can any one guide me in this regard if there is any fre script like this one which i can use with my maps
    regards,
    Omer Aslam
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    What kind of maps are you using? Can you not use Google Maps?

    Comment

    • omerbutt
      Contributor
      • Nov 2006
      • 638

      #3
      Originally posted by acoder
      What kind of maps are you using? Can you not use Google Maps?
      hi acoder ,
      those maps are related to properties like maps for the plots available in different areas you can have a look at the maps here just click on any of the maps to open the detail window

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        So, they're basically images and you have a tool to view the larger zoomed in version onmouseover. What you can do is add +/- buttons/links to increase the width/height of the image.

        Comment

        • omerbutt
          Contributor
          • Nov 2006
          • 638

          #5
          Originally posted by acoder
          So, they're basically images and you have a tool to view the larger zoomed in version onmouseover. What you can do is add +/- buttons/links to increase the width/height of the image.
          yes i have to make it feel and look like those of google maps means it should have a slider as you mentioned and able to zoom with the scroller and it should be draggable also i am ealy stucked in this work havent done suchwork before but a lil guidance will help me alo i can do if some body helps me
          regards,
          Omer Aslam

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            Zooming should be easy (just change the width or height). For dragging, use onmousedown and onmousemove to deal with the mouse clicks and movements and set the position of the image.

            Comment

            • omerbutt
              Contributor
              • Nov 2006
              • 638

              #7
              Originally posted by acoder
              Zooming should be easy (just change the width or height). For dragging, use onmousedown and onmousemove to deal with the mouse clicks and movements and set the position of the image.
              any site references regarding to image dragging
              regards,
              Omer aslam

              Comment

              • acoder
                Recognized Expert MVP
                • Nov 2006
                • 16032

                #8
                Have a look at this and see if it helps.

                Comment

                • omerbutt
                  Contributor
                  • Nov 2006
                  • 638

                  #9
                  Originally posted by acoder
                  Have a look at this and see if it helps.
                  hm its good one but acoder it uses the images in pieces where as i have a single image what does this mean that do i have to break all the images into pieces to make it work means each map / image as seen on the site should be uploaded in pieces using (Python Imaging Library) from the back end

                  Comment

                  • acoder
                    Recognized Expert MVP
                    • Nov 2006
                    • 16032

                    #10
                    You could split it up yourself using an image manipulation application, or adapt the code for your requirements.

                    Comment

                    Working...