A PHP wrapper around http://bluweb.com/us/chouser/gmapez/ that parses a XML file to produce a configurable Google Map image for your website. The XML Parser included here was written by Eric Pollmann and is under Public Domain. Which only really works under php4, if you use php5 you should look at the suggestions at: http://uk.php.net/manual/en/function.array-merge.php This code is released under the BSD Licence. More information can be found at http://www.devco.net/ under the code section. Documentation can be found at http://www.devco.net/pubwiki/GMapsPHP Change History: 28/12/2006 - Release version 1.7 28/12/2006 - Fix some markup in the line drawing code, this didn't break anything but best to fix it 28/12/2006 - Add a special type called none that is used for drawing lines 29/11/2006 - Release version 1.6 29/11/2006 - Add the ability to draw lines 19/06/2006 - Update to support version 2.2 of GMapEZ 19/06/2006 - Add mouse over titles to icons 19/06/2006 - Fix a missing quote in the sample reported by bje 20/05/2006 - Update to support version 2 of GMapEZ 28/12/2005 - Work around a bug with Google Maps and Firefox 06/10/2005 - Work around a bug introduced by GMapEZ that broke backward compatibility. 06/10/2005 - Multiple extends are now supported, see the sample for an example use 30/08/2005 - Fix an error in the supplied sample data that had the wrong URL for GMapEZ 22/08/2005 - Add tags to the XML 21/08/2005 - Initial Release --- R.I.Pienaar