RE: Boosting TapJQuery GMap3

2013-05-31 Thread Lance Java
It looks to me that you are passing a string for "google.maps.MapTypeId.TERRAIN" instead of the javascript constant. Try new JSONLiteral("google.maps.MapTypeId.TERRAIN")

RE: Boosting TapJQuery GMap3

2013-05-31 Thread Nomen Nomanum
on; } and in my tml file I have > Date: Fri, 31 May 2013 09:06:04 +0200 > Subject: Re: Boosting TapJQuery GMap3 > From: demey.emman...@gmail.com > To: users@tapestry.apache.org > > Hi, > > You just need to

Re: Boosting TapJQuery GMap3

2013-05-31 Thread Emmanuel DEMEY
Hi, You just need to set the parameters params of this components. It is JSON Object. It corresponds to the one provided by the jQuery widget. For callback, ,i will recommend to use JavaScript closures. You can find example in one other projet tapestry-jquery-jqgrid : https://github.com/got5/tape

Boosting TapJQuery GMap3

2013-05-30 Thread Nomen Nomanum
Hi! I have implemented TapJQuery GMap3, and it works just fine. However, I would like to be more or less like the example on Gmap3 page, http://gmap3.net/en/pages/19-demo/ . How to achieve this, any tips, anything? Thanks in advance.