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.

7 Comments

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

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