World map in Google Maps API V3 in GWT

2015-04-02 Thread mohit
Hi All, I am trying to implement a world map in GWT using Maps API where I can do: 1) Click a country/region and related info. be popped up. 2) Color a country/region based on let's say, population density. So, far I have managed to implement the world map but I am not sure how to achieve the

Re: Google Maps API v3 support in gwt-google-apis

2012-08-24 Thread regnoult axel
Ok, I think you did a great work ! Probably that I will switch again to use your version... Actually, I have a technical problem (sorry to "change" the conversation) that appeared in BOTH librairies ("branflake" GWT MAP and "Google Official" GWT MAP). Indeed, when I display a map inside a popup,

Re: Google Maps API v3 support in gwt-google-apis

2012-08-24 Thread Joseph Lust
Thanks Axel, Best luck with your maps efforts. To address a point you raised: > I am thinking that if I test it and it works at home, so it will also work > in production (even if it is a pre-release version). The debate of the > documentation is another problem, but as I said, I will need th

Re: Google Maps API v3 support in gwt-google-apis

2012-08-24 Thread regnoult axel
Hi, @Rui : I am sorry ! I did a confusion between RELEASE and PRE-RELEASE. I understand your problem and I agree with you. @Joseph : The week before I was using what I call the : "Branflake Version". And then I have understood that it exist the official google API team that has a pre-release .

Re: Google Maps API v3 support in gwt-google-apis

2012-08-24 Thread Joseph Lust
Regnoult , I might suggest GWT-Maps-V3-Api. As you can see from the showcase , pretty much every maps feature is there and working. It is the 'beta' only because it has not been pushed out to Maven Centra

Re: Google Maps API v3 support in gwt-google-apis

2012-08-24 Thread syshex
Hi Regnoult Yes thanks so much for the kind reply. I've seen that thread, and what I can gather from Eric post is that this is a best effort thing and not a production ready release. As stated by him on his reply: the documentation is rough, the api does not follow convention, and again, it is

Re: Google Maps API v3 support in gwt-google-apis

2012-08-23 Thread regnoult axel
Hi, Did you see that : http://code.google.com/p/gwt-google-apis/downloads/detail?name=gwt-maps-3.8.0-pre1.zip&can=2&q= I am using this version, since I read this post: https://groups.google.com/forum/#!topic/gwt-google-apis/6SO5kCDqb-k Cheers, -- You received this message because you are sub

Re: Google Maps API v3 support in gwt-google-apis

2012-08-22 Thread syshex
Hi there , Is there any timeline for this now? Here we have a V2 license, which will stop working in May next year and it would be nice to have a timeframe for the v3 release so we can plan migration. I do appreciate there are other projects, and the one pointed out by you is also deprecated.

GWT and Google Maps API

2012-07-24 Thread nesrine doghri
Hi , I'm trying this project http://code.google.com/p/gwt-examples/source/browse/trunk/DemoGWTMap/#DemoGWTMaps%2Fwar%2Fdemogwtmaps%2Fgwt%2Fstandard%2Fimages%253Fstate%253Dclosed and I got this error 01:32:29.406 [ERROR] [maps] Uncaught exception escaped java.lang.ExceptionInInitializerError: null

Re: [Google Maps API v3] Re: Panel URL

2011-09-19 Thread Navindian
Yes nothing to do with the maps API. xyzPanel need to be exposed as uri such that when i click that url, it will show the existing panel window in gwt. On Mon, Sep 19, 2011 at 4:37 PM, Rossko wrote: > > I have to provide a link in Google Map Infowindow like > href="localhost:8080/xyzPanel"> > >

Re: Add Google Maps API on GWT-ext

2011-05-15 Thread Henry
I have just create the example of the web page with a new Web Application Project using GWT 2.3, the gwt-maps-1.1.1 release candidate of Eric Z. Ayers and the GWT designer 2.3.1 more updated from Eclipse and the example works fine. I discover a way to put the web applications in android just putti

Re: Add Google Maps API on GWT-ext

2011-05-13 Thread Bill
Perhaps someone else reading this can confirm or deny that this was necessary. Hope this helps. Bill On May 13, 2:17 am, Henry wrote: > Hi: > > I want to create a project using the Google Maps API with GWT-ext on > Eclipse. I'm a newbie using GWT-ext, does anyone knows about a

Add Google Maps API on GWT-ext

2011-05-13 Thread Henry
Hi: I want to create a project using the Google Maps API with GWT-ext on Eclipse. I'm a newbie using GWT-ext, does anyone knows about a tutotial o have a tutorial to add de google maps API? I put a pic of the component I want to activate in GWT-ext http://www.flickr.com/photos/5713914

Re: Google Maps API v3 support in gwt-google-apis

2011-02-23 Thread bmclean
Okay. Thanks Eric! On Feb 23, 1:10 pm, Eric Ayers wrote: > There is no timeline for supporting maps v3 with GWT bindings officially in > gwt-google-apis.  There are some other projects out there you can use such > ashttp://code.google.com/p/gwt-google-maps-v3/ > > > > On Wed, Feb 23, 2011 at 11:5

Re: Google Maps API v3 support in gwt-google-apis

2011-02-23 Thread bmclean
Okay, thanks Eric! On Feb 23, 1:10 pm, Eric Ayers wrote: > There is no timeline for supporting maps v3 with GWT bindings officially in > gwt-google-apis.  There are some other projects out there you can use such > ashttp://code.google.com/p/gwt-google-maps-v3/ > > > > On Wed, Feb 23, 2011 at 11:5

Re: Google Maps API v3 support in gwt-google-apis

2011-02-23 Thread Eric Ayers
There is no timeline for supporting maps v3 with GWT bindings officially in gwt-google-apis. There are some other projects out there you can use such as http://code.google.com/p/gwt-google-maps-v3/ On Wed, Feb 23, 2011 at 11:51 AM, bmclean wrote: > Hello, > > I’m working with a client on an app

Google Maps API v3 support in gwt-google-apis

2011-02-23 Thread bmclean
Hello, I’m working with a client on an application I have written using gwt- google-apis Maps. They’re interested in upgrading the application to use new features available in Google Maps Javascript API v3. Does anyone have an estimate as to when gwt-google-apis project will support the Google Map

Re: google maps api

2010-12-22 Thread Eric Ayers
This library contains google maps v2 bindings: http://code.google.com/p/gwt-google-apis/ v3 bindings haven't been released yet On Wed, Dec 22, 2010 at 8:40 AM, pieceovcake wrote: > Yes i've seen these but all the example javascript v3.  I want to use the > java maps api library from within a gw

Re: google maps api

2010-12-22 Thread pieceovcake
Yes i've seen these but all the example javascript v3. I want to use the java maps api library from within a gwt application. Thanks for you help. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goo

Re: google maps api

2010-12-21 Thread Eric Ayers
Did you see the Hello Maps sample from the AdsManager demo for the gwt-google-apis version of the gwt-maps wrapper? http://gwt.google.com/samples/hellomaps-1.1.0/HelloMaps.html#Ads%20Manager On Mon, Dec 20, 2010 at 12:07 PM, pieceovcake wrote: > I'm using the google maps api to plot a

google maps api

2010-12-20 Thread pieceovcake
I'm using the google maps api to plot a point on a map. Is there anyway to display adsense ads based the location? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@g

Re: GWT and Google Maps API

2010-11-09 Thread StrongSteve
- the car - should move along the streets and not > > directly from start to end. > > > Is this possible using GWT and the Google Maps API? > > Can anyone point out best practices, maybe even existing samples? > > > Thanks in Advance for both your time and your help! &g

Re: [Basic] GWT and Google Maps API

2010-11-08 Thread Eric Ayers
lated at lets > say 500% of the normal speed. Some kind of a simulation mode. > Of course the dot - the car - should move along the streets and not > directly from start to end. > > Is this possible using GWT and the Google Maps API? > Can anyone point out best practices, maybe

[Basic] GWT and Google Maps API

2010-11-08 Thread StrongSteve
start point to the end point. This should occur in realtime and in addition simulated at lets say 500% of the normal speed. Some kind of a simulation mode. Of course the dot - the car - should move along the streets and not directly from start to end. Is this possible using GWT and the Google Maps

Re: Problem with GWT Google-Maps-API 1.1 and IE 6

2010-10-01 Thread Eric Ayers
Check out the Maps API group as well. http://code.google.com/p/gwt-google-apis/wiki/MapsFAQ#Where_can_I_go_for_more_help_using_the_Maps_API_for_GWT? On Fri, Oct 1, 2010 at 10:44 AM, Boris Lenzinger wrote: > Hi David, > > Yes you are right. I will post my message on their mailing list too. Thank

Re: Problem with GWT Google-Maps-API 1.1 and IE 6

2010-10-01 Thread Boris Lenzinger
Hi David, Yes you are right. I will post my message on their mailing list too. Thank you for the tip. Boris 2010/10/1 David Chandler (Google) > Hi Boris, > > You might also try posting your question here: > http://groups.google.com/group/gwt-google-apis > > /dmc > David Chandler > Developer Pr

Re: Problem with GWT Google-Maps-API 1.1 and IE 6

2010-10-01 Thread Boris Lenzinger
Hi Eric, Thank you for the link. I have just installed it and tested out. Unfortunately, this does not really change the thing. It is a little bit faster but still unusable. I've installed (just to check the difference) Google Chrome under Windows and the application runs fine. But with Chrome em

Re: Problem with GWT Google-Maps-API 1.1 and IE 6

2010-10-01 Thread Eric Ayers
I'm going to go ahead and steer you away from there because all the gwt-maps library is doing is translating your GWT calls into javascript calls to the Maps API. If you are willing to install a plugin, try the chrome frame plugin for IE6. http://code.google.com/chrome/chromeframe/ On Fri, Oct 1

Re: Problem with GWT Google-Maps-API 1.1 and IE 6

2010-10-01 Thread David Chandler (Google)
Hi Boris, You might also try posting your question here: http://groups.google.com/group/gwt-google-apis /dmc David Chandler Developer Programs Engineer, Google Web Toolkit On Sep 30, 3:26 am, Boris Lenzinger wrote: > Hi everybody, > > I'm currently facing a blocking problem when using GWT goog

Problem with GWT Google-Maps-API 1.1 and IE 6

2010-09-30 Thread Boris Lenzinger
Hi everybody, I'm currently facing a blocking problem when using GWT google map api (version 1.1.0) with IE 6. GWT version used is 2.0.3. Here is the context : I have a web interface that displays 2 maps : one on the left that shows a general view and one the right that shows details of a selecte

Generation of Heat maps using Google Maps API in GWT

2010-01-11 Thread RamyaDevi
Hi, Is it possible to generate the heatmap using google maps api in GWT? If so,please let me know any supportive URL/API/samples. This is very urgent. Thanks in advance. Regards, Ramya Devi.D -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: Google Maps API - catching key pressed inside MarkerClickHandler

2009-12-14 Thread Marco Visonà
ntation/reference.html#GMap2 > > <http://code.google.com/apis/maps/documentation/reference.html#GMap2>http://code.google.com/apis/maps/documentation/reference.html#GMarker > > I don't see a direct way to get the modifier key information from here, but > you might find some more

Re: Google Maps API - catching key pressed inside MarkerClickHandler

2009-12-13 Thread Eric Ayers
tation/reference.html#GMarker I don't see a direct way to get the modifier key information from here, but you might find some more help searching the Google Maps API group. Make sure you read their posting policies before posting. On Sat, Dec 12, 2009 at 5:17 AM, Marco Visonà wrote: > Hello >

Google Maps API - catching key pressed inside MarkerClickHandler

2009-12-12 Thread Marco Visonà
Hello I'm developing a custom map, using GWT and the Google Map API library for GWT. I would like to verify if the user holds down the Alt key when he click on a marker in a Google Map. My idea was the following: Marker m = ... m.addMarkerClickHandler(new MarkerClickHandler() { @Override p

Re: GeoXmlOverlay - Google Maps API

2009-06-27 Thread julienfastre
the resources you are loading be visible from the > > > internet. > > > > -Eric. > > > > On Fri, Jun 19, 2009 at 12:01 PM, Thalles > > > wrote: > > > > > Hi Guys, > > > > > I have a problem with the GeoXmlOverlay function from the Goo

Re: GeoXmlOverlay - Google Maps API

2009-06-22 Thread Enea
t; > On Fri, Jun 19, 2009 at 12:01 PM, Thalles > > wrote: > > > > Hi Guys, > > > > I have a problem with the GeoXmlOverlay function from the Google Maps > > > API. I always get the failure message that the KML file couldn't be > > > loa

Re: GeoXmlOverlay - Google Maps API

2009-06-22 Thread Thalles
s to do their job, the GeoXmlOverlay > classes require that the resources you are loading be visible from the > internet. > > -Eric. > > > > On Fri, Jun 19, 2009 at 12:01 PM, Thalles wrote: > > > Hi Guys, > > > I have a problem with the GeoXmlOverlay func

Re: GeoXmlOverlay - Google Maps API

2009-06-21 Thread Eric Ayers
gt; > Hi Guys, > > I have a problem with the GeoXmlOverlay function from the Google Maps > API. I always get the failure message that the KML file couldn't be > loaded. > > It works in general with the Google sample KML file from this address: > http://mapgadgets.googlepa

Re: GeoXmlOverlay - Google Maps API

2009-06-21 Thread Enea
Are your client (browser) and server, on the same machine? I hope yes... Have you a firewall active that maybe blocks the 8080 port? It seems to be a network problem. On 19 Giu, 18:01, Thalles wrote: > Hi Guys, > > I have a problem with the GeoXmlOverlay function from the Google Maps

GeoXmlOverlay - Google Maps API

2009-06-19 Thread Thalles
Hi Guys, I have a problem with the GeoXmlOverlay function from the Google Maps API. I always get the failure message that the KML file couldn't be loaded. It works in general with the Google sample KML file from this address: http://mapgadgets.googlepages.com/cta.kml. But as soon as I pu

Google Maps API

2009-02-27 Thread navS
Hi team, Am using gwt-maps 1.0, for my project. Am finding difficulty in managing large number of markers, setting the z-index of a marker. Can any body help me out in this. Any tips and tricks on google maps are appreciated. Thanks in advance Naveen. --~--~-~--~~~---~

Re: google maps API

2009-02-24 Thread Mahavir Jain
Hi Shanthala, Please send the different message and don't reply to existing message. I guess you want this. search=new Button("Search"); search.addClickListener(new ClickListener(){ public onClick(widget sender) { search(); } }); Hope this helps. Mahavi

Re: google maps API

2009-02-24 Thread Shanthala M S
hi everybody,,how to use "search" button in smartGWT, I have two combobox,based on that i have to search the record from other module please help me out,,,am new to GWT On Wed, Feb 25, 2009 at 11:59 AM, navS wrote: > > hi team, > i wanna know how to open an infoWindow of a marker. > the code

Re: Hosted mode on Linux doesn't load Google Maps API through company proxy

2009-02-02 Thread Stefan Hübner
Eric Ayers writes: > Did you try setting the 'http_proxy' and/or 'HTTP_PROXY' environment > variable? The embedded hosted mode is a modified version of Mozilla > 1.7. Setting those variables didn't help. > Here's an interesting post gleaned from the internet: > http://forums.remote-exploit.or

Re: Hosted mode on Linux doesn't load Google Maps API through company proxy

2009-02-02 Thread Eric Ayers
Did you try setting the 'http_proxy' and/or 'HTTP_PROXY' environment variable? The embedded hosted mode is a modified version of Mozilla 1.7. Here's an interesting post gleaned from the internet: http://forums.remote-exploit.org/showthread.php?t=11520 On Mon, Feb 2, 2009 at 7:09 AM, Stefan Hüb

Hosted mode on Linux doesn't load Google Maps API through company proxy

2009-02-02 Thread Stefan Hübner
Hi all, I couldn't find much hints on the list - maybe it's just happening here? We're developing an app which incorporates the Maps API. My problem is that GWT hosted mode gets stuck when connecting to maps.google.com. Running the app in web mode works fine, though. I'm guessing this is related

Re: GWT with Google Maps API

2008-12-18 Thread Eric Ayers
I don't think the Mapitz API works with GWT 1.5. You can try the official Google APIs bindings at http://code.google.com/p/gwt-google-apis On Thu, Dec 18, 2008 at 10:34 AM, Anais wrote: > > Hi, everybody. > > I want to insert a Google Map in my web page (made with gwt), and I > have the goog

GWT with Google Maps API

2008-12-18 Thread Anais
Hi, everybody. I want to insert a Google Map in my web page (made with gwt), and I have the googlemaps_gwt_2_2_1.jar. When I execute the web in hosted mode, a lot of errors apears on the gwt shell. The errors are about the class inside the library, for example: [ERROR] Errors in 'jar:file:/C:/Ar

Re: GWT Google Maps API - setImage Error

2008-11-24 Thread Pavel Byles
Yes, this fixed my problem. Thanks a lot Eric. I has used the MarkerOptions at some point before when I was using the 3rd-party Maps API. -Pavel On Sat, Nov 22, 2008 at 12:12 PM, Eric Ayers <[EMAIL PROTECTED]> wrote: > Hi Pavel, > > In the Maps API, there is an additional note along with setImag

Re: GWT Google Maps API - setImage Error

2008-11-22 Thread Eric Ayers
Hi Pavel, In the Maps API, there is an additional note along with setImage() Requests the image specified by the url to be set as the foreground image for this marker. Note that neither the print image nor the shadow image are adjusted. Therefore this method is primarily intended to implement hig

GWT Google Maps API - setImage Error

2008-11-21 Thread Pavel Byles
*Code* String markerUrl = "http://maps.google.com/mapfiles/ms/micons/blue-dot.png";; Marker m = new Marker(..., ...); m.setImage(markerUrl)); // Error occurs here *Error* [ERROR] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (TypeError): a has no properties fileName:

Re: Google Maps API Library for GWT 1.0 Release Candidate 1 now available

2008-10-14 Thread ben
exactly what we want! Thanks for all the hard > > work you all do. I looked at the issue tracker, and it seems like > > almost everything has been addressed. Will more be added? > > > Thanks > > > On Sep 23, 8:24 am, "Eric Ayers" <[EMAIL PROTECTED]> w

Re: Google Maps API Library for GWT 1.0 Release Candidate 1 now available

2008-10-14 Thread Eric Ayers
; On Sep 23, 8:24 am, "Eric Ayers" <[EMAIL PROTECTED]> wrote: >> We're happy to say that the first Release Candidate for the Google Maps API >> Library for Google Web Toolkit >> <http://code.google.com/p/gwt-google-apis/>is now ready to be taken >>

Re: Google Maps API Library for GWT 1.0 Release Candidate 1 now available

2008-10-14 Thread ben
rst Release Candidate for the Google Maps API > Library for Google Web Toolkit > <http://code.google.com/p/gwt-google-apis/>is now ready to be taken > for a test drive. The Maps library provides a way > to access the Google Maps API from a GWT project without having to write >

Re: Bug? with GWT Google Maps Api with RightClick

2008-09-27 Thread [EMAIL PROTECTED]
I applied the provided patch and it seems to work now, thx. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsub

Re: Bug? with GWT Google Maps Api with RightClick

2008-09-26 Thread Eric Ayers
unit tests to make sure the problem doesn't exist for the other types. -Eric. On Thu, Sep 25, 2008 at 11:56 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi there > > I tested the new GWT Google Maps Api (RC1) and I ran into a problem, I > can't solve. I d

Bug? with GWT Google Maps Api with RightClick

2008-09-25 Thread [EMAIL PROTECTED]
Hi there I tested the new GWT Google Maps Api (RC1) and I ran into a problem, I can't solve. I display a Map (MapWidget) and I add a LeftClickListener and a RightClickListener on this Widget. The LeftClickListener works fine, the RightClickListener throws a "invalid 'inst

Google Maps API Library for GWT 1.0 Release Candidate 1 now available

2008-09-23 Thread Eric Ayers
We're happy to say that the first Release Candidate for the Google Maps API Library for Google Web Toolkit <http://code.google.com/p/gwt-google-apis/>is now ready to be taken for a test drive. The Maps library provides a way to access the Google Maps API from a GWT project without havi

Re: Google Maps API and 1.5RC1

2008-08-30 Thread Eric Ayers
The latest GWT 1.5 is out. Please download it, give it a try, and then erase your other pre-release versions of GWT so you won't get confused. The version that was released as 'final' has the version number 1.5.2 On Sat, Aug 30, 2008 at 3:40 AM, Agnes <[EMAIL PROTECTED]> wrote: > > I will be m

Re: Google Maps API and 1.5RC1

2008-08-30 Thread Agnes
I will be more specific, I am trying to do it for all the files, but I am more interested in gwt-maps.jar. The error I get is : Compiling 212 source files to dir. ~Polygon.java: 20 cannot find symbol symbol: Class JsArray location: package com.google.gwt.core.client import com.google.gwt.core.clie

Re: Google Maps API and 1.5RC1

2008-08-30 Thread Agnes
I have the same conflicts as EVAN: I follow the steps above exactly: I've got GWT_HOME pointing to gwt-windows-1.5.0 installation directory, which is what I use in my project. I've got GWT_TOOLS pointing to the gwt tools SVN repository srcs that you pointed me to above. I go the same problems, I

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
ventLoop(GWTShell.java:721) >> >> >at com.google.gwt.dev.GWTShell.run(GWTShell.java:594) >> >> >at com.google.gwt.dev.GWTShell.main(GWTShell.java:358) >> >> >> > On Aug 25, 11:17 am, "Eric Ayers" <[EMAIL PROTECTED]> wrote:

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
s what I think it is - a > >> >> problem in the STATUS_CODES constants, you may need to use a more > >> >> recent version build from source (check it out of Subversion) > > >> >> -Eric. > > >> >> On Mon, Aug 25, 2008 at 11:04 AM, Evan Ruff

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
appy. >> >> >> > The exception I get it: >> >> >> > "Uncaught Exception: java.lang.ExceptionInitilizationError" >> >> > "Caused by: com.google.gwt.core.client.JavaScriptException: >> >> > (TypeError) Object expected number

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
; MapWidget map = new MapWidget(new LatLng(37.4419, -122.1419), 13); > > >> > map.setSize("500px", "300px"); > >> > map.addControl(new SmallMapControl()); > >> > map.addControl(new MapTypeControl()); > > >> > RootPanel.get

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
gt; Evan >> >> > On Aug 25, 11:01 am, Evan Ruff <[EMAIL PROTECTED]> wrote: >> >> Hey Eric, >> >> >> Thanks for the tip. I did install that one and it seems to start fine, >> >> but I get an >> >> >> "Uncaught Excep

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
Uncaught Exception: java.lang.ExceptionInitilizationError" > >> "Caused by: com.google.gwt.core.client.JavaScriptException: > > >> On Aug 25, 10:23 am, "Eric Ayers" <[EMAIL PROTECTED]> wrote: > > >> > Hi Evan, > > >> >

Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
Hey guys, I'm having some build issuses getting up and running with Google Maps API. Either I'm attempting to use an old/incompatible jar that I found or I need to build from source and I'm having some trouble with that as well. The current JAR that I'm using is gwt-goo

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
> Hi Evan, >> >> > Look for r290 >> > athttp://code.google.com/p/gwt-google-apis/downloads/list?can=1 >> >> > Building from the source would be even better, but you need to move up to >> > 1.5RC2 >> >> > On Mon, Aug 25, 2008 at 10:10

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
om/p/gwt-google-apis/downloads/list?can=1 > > > Building from the source would be even better, but you need to move up to > > 1.5RC2 > > > On Mon, Aug 25, 2008 at 10:10 AM, Evan Ruff <[EMAIL PROTECTED]> wrote: > > > > Hey guys, > > > > I'm ha

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Evan Ruff
wrote: > > > Hey guys, > > > I'm having some build issuses getting up and running with Google Maps > > API. Either I'm attempting to use an old/incompatible jar that I found > > or I need to build from source and I'm having some trouble with that &g

Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
ving some build issuses getting up and running with Google Maps > API. Either I'm attempting to use an old/incompatible jar that I found > or I need to build from source and I'm having some trouble with that > as well. > > The current JAR that I'm using is gwt-google-apis-r4