The sakai-map

I moved the Sakai map to www.sakaiproject.org here are my notes and source code in case anyone wants to look at hte code. Feel free to reuse – it is sample code I borrowed form Google anyways.


The complete source code is here:
http://www.dr-chuck.com/sakai-map.tar
This should be pretty simple to make work. The key is that you need to get your own authorization key. See this page:
http://www.google.com/apis/maps/
One thing to suggest is that my code is not the “cleanest” – I just built it as quickly as I could using the excellent documentation from Google.
http://www.google.com/apis/maps/documentation/
My code really is nothing more than a bit of composing the little Google examples together and then setting up a new way to get the data and wrapping a little PHP around it to allow different subsets of the data to be displayed.
You are welcome to use my code in any way you like – *without any attribution*. Consider it sample code to help you out.
We are going to clean it up and rewrite the data aspects it to pull from a “adopter database” that the adopters will maintain. This will be *much* cleaner.