[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-14 Thread Ganeshji Marwaha
This is great... This week, i was going to work on google maps again, and i was thinking to myself, i should rather write an API simplification plugin so that i can re-use it again and again... Man, it is as if u read my mind... Good job... I will provide feedback, over the next week when i am

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Jörn Zaefferer
Tane Piper wrote: 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. After a quick glance: Works fine on Firefox 2 on Windows. A really great addition would be

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Tane Piper
Yes, just specify it in the options: $('#gmap').gmapp({showzoom: false}); I've tried to make is customisable as possible, by allowing you to remove all the controls. Just check out the settings at the top of the extend method. That's a good idea about the mousezoom, I'll look at adding it in

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Jörn Zaefferer
Tane Piper wrote: Yes, just specify it in the options: $('#gmap').gmapp({showzoom: false}); I've tried to make is customisable as possible, by allowing you to remove all the controls. Just check out the settings at the top of the extend method. That's a good idea about the mousezoom, I'll