Gmaps PHP Documentation

I’ve realized for a while now that simply announcing new versions of code that I put out listing what’s changed does not really work, as a new user it would be nearly impossible to find all the posts I’ve made related to a specific bit of code.
I’ve therefore installed a copy of MoinMoin Wiki that I will use to write documentation for projects with.
The first project to get the Wiki treatment is my PHP Library for Google Maps EZ, you can find the full documentation here.

Tags: , ,

7 Responses to “Gmaps PHP Documentation”

  1. leigh 18. Nov, 2005 at 20:31 #

    WOW supreme geekiness! Bookmarked ;-)

  2. Thomas 14. Dec, 2005 at 15:38 #

    Thanks a lot for the Wiki, I’ve started a sample map some time ago, but it seems a lot easier with Google Maps EZ and your article.
    One question: is it possible to set the markers in Google Earth, converting the kml file directly into the xml format?

  3. R.I.Pienaar 15. Dec, 2005 at 09:45 #

    Hmm, no not sure, I’ve never really used Google Earth as I am mostly on a Mac these days.

  4. John Palmer 21. Jan, 2006 at 23:01 #

    I am trying to use your gmaps on my site. I have a problem right away. In the file gmap.inc.php there is the 2nd line ” require_once(“Config.php”);”.
    I have a Configuration.php file. If I change Config.php to Configuartion.php I get an error:
    “Fatal error: Cannot instantiate non-existent class: config in /home/idealvid/public_html/mipalmers/gmapsphp/gmap.inc.php on line 6″
    What am I doing wrong.

  5. R.I.Pienaar 28. Jan, 2006 at 23:38 #

    hey there,
    You can’t just rename files and hope they’d work, you should install from PEAR the PEAR::Config module then it will work a charm.

  6. Gary 23. Mar, 2006 at 13:56 #

    I am trying to use your gmaps on my application to. Like Jhon Palmer I have a problem In the file gmap.inc.php there is the 2nd line ” require_once(“Config.php”);”.
    And I Don’t have this file, Where can i find it ?
    Thanks

  7. bertelle nicolas 19. Feb, 2008 at 15:07 #

    Hi,
    More infos on Gmaps at Webjax.eu.
    Good php library for Gmaps.
    Regards

Leave a Reply