need to make a clickable world map

Discussion in 'PHP' started by frankcow, Jul 3, 2007.

  1. #1
    Has anyone out there had the joy of creating a world map that can be clicked on and zoomed in on regions to see listings in that region? Are there any open source scripts that you know of?
    thanks
     
    frankcow, Jul 3, 2007 IP
  2. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #2
    ansi, Jul 3, 2007 IP
  3. glowdot

    glowdot Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Seconding the Google Maps suggestion. Its really quite easy to get it going, and there are a ton of resources out there to help out.
     
    glowdot, Jul 3, 2007 IP
  4. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #4
    I'm not sure that's what I want though

    Basically, I have listings for distributors in certain regions. I want users to be able to select their region, and see the listed distributors...
     
    frankcow, Jul 4, 2007 IP
  5. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #5
    so slice up the image into regions and in the database set a region code for each distributer. then make the region image for the regions goto like locate.php?region=1 and the have region.php pull out all the stores within region 1
     
    ansi, Jul 4, 2007 IP
  6. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #6
    Darn, I hate manual work...
     
    frankcow, Jul 4, 2007 IP
  7. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #7
    haha, don't we all? :) it needs to be done though unfortunately
     
    ansi, Jul 4, 2007 IP
    frankcow likes this.