PHP + Javascript UK Map

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nel

    #1

    PHP + Javascript UK Map

    Hi,

    Not sure where to post this, but will try here first.

    I am looking for a UK map that allows the user to drill down to county, then
    town level. A good example would be something like


    Thanks


  • JamesG

    #2
    Re: PHP + Javascript UK Map

    On Mar 1, 12:05 pm, "Nel" <n...@NOSPAMne1 4.co.ukwrote:
    Hi,
    >
    Not sure where to post this, but will try here first.
    >
    I am looking for a UK map that allows the user to drill down to county, then
    town level. A good example would be something likehttp://www.findaproper ty.com
    >
    Thanks
    Have you considered using the Google Maps API http://www.google.com/apis/maps/documentation/
    ?
    With some clever centering and zooming (there are boundary definitions
    available for most if not all counties) you could have a similar
    effect.

    Good luck

    Comment

    • Manuel Lemos

      #3
      Re: PHP + Javascript UK Map

      Hello,

      on 03/01/2007 09:05 AM Nel said the following:
      Hi,
      >
      Not sure where to post this, but will try here first.
      >
      I am looking for a UK map that allows the user to drill down to county, then
      town level. A good example would be something like
      http://www.findaproperty.com
      You can achieve that with Google Maps API.



      You may also want to take a look at this forms generation class that
      comes with map location plug-in. You can use that plug-in to select
      locations in a map like in this live example:



      Here you can watch a tutorial video about that plug-in:

      http://www.phpclasses.org/browse/vid...lugin-map.html

      You can also use the same plug-in to display a map with pre-defined
      locations that the users can hover and click for more information. Take
      a look at this example with UK PHP users groups:

      http://www.phpclasses.org/browse/gro...ry/country/uk/


      --

      Regards,
      Manuel Lemos

      Metastorage - Data object relational mapping layer generator


      PHP Classes - Free ready to use OOP components written in PHP
      http://www.phpclasses.org/

      Comment

      Working...