GMaps PHP version 1.1

The sample data provided with my 1.0 release of GMaps PHP had a mistake in the config file which rendered the sample useless.

I've fixed this and also added a <comment> tag to the XML data file that will be shown at the locations. A full valid point in the XML file now looks like this:

        <point>
                <lat>-34.01715</lat>
                <long>23.07238</long>
                <type>visit</type>
                <title>Knysna</title>
                <country>South Africa</country>
                <comment>Holiday during school years</comment>
        </point>

The new version can be found here, full documentation including these changes can be found here.

Thanks to BJE for pointing this out.

Leave a comment

Recent Entries

  • flashpolicyd 2.0

    I wrote a multi threaded server for Adobe Flash Policy requests, some background from Adobe:Since policy files were first introduced, Flash Player has recognized /crossdomain.xml...

  • Adventures with Ruby

    Some more about my continuing experiences with ruby, in my last post I saidthe language does what you'd expect and as you'll see in my...

  • New programming language of choice - Ruby

    I have fallen out of love with Perl some time ago, I cannot point to one specific thing about it that put me off, I...

  • On working from home

    I've not been posting much here, work has been incredibly manic the last while, especially I need to still finish off my SSO posts with...

  • Rework of puppet facts for /etc/facts.txt

    Previously I blogged a custom fact that reads /etc/facts.txt to build up some custom facts for use in Puppet manifests, well I've since learned a...

Close