Today I am pleased to announce the initial release of my jQuery plugin
- the jQuery Google Map Application.

http://code.google.com/p/gmapp/

This initial release provides full functionality for users to simply
create a Google Map on their page using jQuery, as well as interact
with the Google Maps Geocoder, and easily add simple points to their
maps.

Examples:
$('#gmap').gmapp();
Initializes a basic map

$('#gmap').addPoint('55.948286','-3.200111', 'Point1', true, true);
Add's a point to the map at the coordinates, that is both draggable
and deletable.

A demo is running here: http://webrocket.ulmb.com/gmapp/
Please excuse the first time you visit this page, there is a popup
which may interfere with the plugin, but thats the breaks with free
hosting - just refresh the page.

You can download this from the SVN, there is a full and packed version
available.

I have tested this on FF2 on Linux and IE7 on Windows, so I would be
happy to receive any feedback on other browsers/OS's - as well as any
other comments, suggestions or feedback.

Regards,
--
Tane Piper
http://digitalspaghetti.tooum.net

This email is: [ x ] blogable [ ] ask first [ ] private

Reply via email to