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.

WOW supreme geekiness! Bookmarked ;-)
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?
Hmm, no not sure, I've never really used Google Earth as I am mostly on a Mac these days.
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.
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.
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
Hi,
More infos on Gmaps at Webjax.eu.
Good php library for Gmaps.
Regards