Re: Recommended GWT Map Library?

2018-08-25 Thread Andrew Somerville
The features I'm using continue to work, although the google server sends a warning with every request that the API version is obsolete. If you like, I can post back when I've done some investigation into what would need to be updated. I may have some free cycles to put into making some updates

Re: Recommended GWT Map Library?

2018-08-24 Thread Alain Ekambi
I havent been working on the wrapper for a while unfortunately Not sure what change in the google maps space since then. On Wed, 15 Jun 2016, 15:43 Mathias, wrote: > Hey Alain/Guys. Bumping this, having a bit of a hard time using the > Branflake API in my GWT/SmartGWT after upgrading to latest

Re: Recommended GWT Map Library?

2018-08-24 Thread andy16666
I know this topic is a bit old, but I wanted to mention that I've had great luck with brankflake's API. That being said, it is a bit old and hasn't been updated since 2014, so I, too, may be shopping for a new solution. On Tuesday, August 25, 2015 at 3:16:34 PM UTC-3, Kevin Workman wrote: > >

Re: Recommended GWT Map Library?

2016-06-15 Thread Mathias
Hey Alain/Guys. Bumping this, having a bit of a hard time using the Branflake API in my GWT/SmartGWT after upgrading to latest versions. Alain, is your API being worked on anymore? On Wednesday, August 26, 2015 at 3:47:21 PM UTC+2, Alain wrote: > > Also dont forget > The project is OpenSource

Re: Recommended GWT Map Library?

2015-09-01 Thread Frank
In this case I think it is best you just use the project from Alain. Since it is opensource you could make the changes in that library and let Alain pull them back into the main project. When doing this there will be an up to date googlemaps wrapper available for others to use, which is a good

Re: Recommended GWT Map Library?

2015-08-31 Thread Kevin Workman
Thanks for the reply Greg. I was seriously considering OpenLayers as well. I think I've decided to just stick with standard Google Maps (the 3.8 api I linked above). The reason I went with this is the JavaScript documentation for the Google Maps API is very good, and I can just use native

Re: Recommended GWT Map Library?

2015-08-28 Thread Greg
In my projects I used mostly OpenLayers 2 with custom bindings for GWT (At the beginning I used GWT-OpenLayers but then I switched to own impl.). OpenLayers 3 looks very nice and it's built with performance and new technologies in mind so you could check that. Other alternative is Leaflet -

Re: Recommended GWT Map Library?

2015-08-26 Thread Kevin Workman
I also wonder whether Google or the GWT team are planning on releasing an updated version of the GWT wrapper for the Google Map JavaScript API anytime soon. If so, maybe it would be better to wait for that? -- You received this message because you are subscribed to the Google Groups Google

Re: Recommended GWT Map Library?

2015-08-26 Thread Alain Ekambi
Hi Kevin, Like I said in my previous post we are working on a new version of the library with updated documentations plus a new demo. This should come out on monday lately I can not comment on OpenLayers we dont use it. . Why you should use our lib ? Well because it will be the most up to date

Re: Recommended GWT Map Library?

2015-08-26 Thread Alain Ekambi
Also dont forget The project is OpenSource and we do accept pull requests :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Recommended GWT Map Library?

2015-08-26 Thread Kevin Workman
Thanks Alain. Does your produce have a getting started guide or a showcase? Can you tell me why a developer should choose that over OpenLayers or the older GoogleMaps api? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: Recommended GWT Map Library?

2015-08-26 Thread Kevin Workman
Thanks Frank. I doubt management will go for a paid library (they'll point at the old project that uses Google's GWT wrapper of the maps api and ask why we can't just use that), and in fact the maryanovsky website is blocked by my corporate firewall, haha. OpenLayers is looking pretty

Re: Recommended GWT Map Library?

2015-08-26 Thread Kevin Workman
Thanks Alain. Does your product have a getting started guide or a showcase? Can you tell me why a developer should choose that over OpenLayers or the older GoogleMaps api? On Tuesday, August 25, 2015 at 4:56:49 PM UTC-4, Alain wrote: We have a more recent and under active development wrapper

Re: Recommended GWT Map Library?

2015-08-25 Thread Frank
Another (not free) library for map display is Sasha Maps (http://www.maryanovsky.com/sasha/maps/). I used this in combination with GWT-Graphics (from Vaadin) to draw polygons on top of the map (Sasha maps has function to convert world-coordinates to pixel coordinates to make this easier). I

Re: Recommended GWT Map Library?

2015-08-25 Thread Alain Ekambi
We have a more recent and under active development wrapper for Google maps. We are currently updating it to the latest maps api. Have a look at opensource.ahome-it.com Cheers Alain On 25 Aug 2015 20:16, Kevin Workman kevinawork...@gmail.com wrote: I've been using gwt-google-apis