Question about GWT-OpenLayers Right-Click Support

2015-04-28 Thread brichbe
My Google-Fu must be weak today, because I cannot find any examples for handling right-click events when using GWT-OpenLayers, specifically when clicking on a VectorFeature. Currently, I'm using VectorFeatureSelectedListener to handle feature selection left-clicks, in which I rea

GWT-OpenLayers - Drawing an arc between two points

2015-02-26 Thread Grace C
I would like to display an arc on a map that connects two points. Ultimately, I would like to achieve something like this with GWT-OpenLayers: <http://media.svennerberg.com/2011/04/distances.png> Arc.js seems to do this well also: https://www.mapbox.com/mapbox.js/example/v1.0.0/arcjs/ Do

GWT, OpenLayers mControl triggers

2014-08-27 Thread João Bernardo Correia
Hello I'm working with GWT and OpenLayer, and need to activate clicks on a map. For this I created a mControl.js with the following code: OpenLayers.Control.mControl = OpenLayers.Class(OpenLayers.Control, { defaultHandlerOptions: { }, initialize: function(options) { this.handl

How to get coordinates of polygon in GWT-Openlayers?

2014-04-22 Thread Manoj Bhakar
I am drawing the polygon on GWT-Openlayers using the below link. http://demo.gwt-openlayers.org/gwt_ol_showcase/GwtOpenLayersShowcase.html?example=Select%20and%20edit%20feature%20example Now I want to get coordinates of polygon. So how to get coordinates of polygon? -- You received this

How to add MouseOver handler to a VectorFeature in GWT-Openlayers

2013-12-16 Thread jatinkuberker
Hello, I want to show a custom tooltip (popup) when user hovers over a Vector Feature on the GWT-openlayers map. I know that SelectFeature.setHover() will allow me to do this but that will also select the feature which i dont want to have. it is like, when the user hovers, tooltip must be

Integration GWT-OpenLayers with GWT

2013-07-07 Thread df
Hello. I would like to add new layers to map dynamically by form but there is small problem. Not at all classes which I want to place in form are getters. I want to use Editor framework with Driver to save properties but i have errors because of lack of getters. Can I omit this necessity? Does

GWT OpenLayers Drag a Marker to outside of the map

2013-02-11 Thread JSNI NOOB
I was using this the GWT-openlayers in a project. And i need to drag a marker (for instance an image of a restaurant to an personal GWT widget that receives droppable images). Is it possible? My workaround is a little ugly, because i detected the mouse over in the marker and then i created a

Re: GWT OpenLayers new website and showcase

2012-12-17 Thread Frank
The easiest way to download is to go to https://bitbucket.org/gwtopenlayers/gwt-openlayers and click on the download link (in the bottom of the square at the right). Then just unzip the download and open readme.txt to see how to run the showcase. You don't need to have the contentPanel o

Re: GWT OpenLayers new website and showcase

2012-12-17 Thread Thomas Holmes
T-RPC, and will be doing web-services soon. Thanks for any help in advance On Thursday, August 2, 2012 2:41:26 PM UTC-4, Frank wrote: > > Just a quick note that we put some work in the website, and especially in > a new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLa

Re: GWT OpenLayers new website and showcase

2012-11-07 Thread Frank
ESG:900913 should be EPSG:900913 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/OpMHnrolJ0oJ. To post to this group, send email to google-web-t

Re: GWT OpenLayers new website and showcase

2012-11-07 Thread Frank
not shown correct, I can see something is added on > the layer, but it is far to small and at the wrong position. I think I have > to transform the kml feature to the maps projection but don't know how to > do that with gwt-openlayers. I have seen the FormatOptions class but how do

Re: GWT OpenLayers new website and showcase

2012-10-31 Thread Asimov
I just saw this ticket: Add transform(source, destination) to Geometry http://sourceforge.net/apps/trac/gwt-openlayers/ticket/19 That might be the sollution, what do you think? I will try tonight. Op dinsdag 30 oktober 2012 21:16:33 UTC+1 schreef Asimov het volgende: > > I am trying t

Re: GWT OpenLayers new website and showcase

2012-10-30 Thread Asimov
tion. I think I have to transform the kml feature to the maps projection but don't know how to do that with gwt-openlayers. I have seen the FormatOptions class but how do I use this class? Thanks! On Tuesday, October 30, 2012 7:45:27 PM UTC+1, Frank wrote: > > You can check out o

Re: GWT OpenLayers new website and showcase

2012-10-30 Thread Frank
You can check out our IRC channel - Server: irc.freenode.net - Channel: #gwt-openlayers Or just ask your questions in this thread. Op dinsdag 30 oktober 2012 09:48:56 UTC+1 schreef Asimov het volgende: > > Hi Frank, > > I have been using the demo project and they have been

Re: GWT OpenLayers new website and showcase

2012-10-30 Thread Asimov
Hi Frank, I have been using the demo project and they have been a great help! Still I have some questions. Do you know what is the best place to ask for help on using gwt-openlayers? Op donderdag 2 augustus 2012 20:41:26 UTC+2 schreef Frank het volgende: > > Just a quick note that we pu

Gwt-OpenLayers Project

2012-09-17 Thread Giuseppe La Scaleia
Hi folks, there is a little example wrapping with gwt the Openlayers project. Here the demo : http://demo.gwt-openlayers.org/gwt_ol_showcase/GwtOpenLayersShowcase.html Here the documentation : http://www.gwt-openlayers.org/ Regards Giuseppe -- Giuseppe La Scaleia CNR - IMAA geoSDI Sviluppo Softw

Re: GWT OpenLayers new website and showcase

2012-08-03 Thread Rob
Awesome, nice demos. On Friday, August 3, 2012 4:41:26 AM UTC+10, Frank wrote: > > Just a quick note that we put some work in the website, and especially in > a new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLayers > library) : > > New website : http://www.

Re: GWT OpenLayers new website and showcase

2012-08-02 Thread Giuseppe La Scaleia
Cool Inviato da iPhone Il giorno 02/ago/2012, alle ore 20:41, Frank ha scritto: > Just a quick note that we put some work in the website, and especially in a > new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLayers > library) : > > New website :

GWT OpenLayers new website and showcase

2012-08-02 Thread Frank
Just a quick note that we put some work in the website, and especially in a new showcase for GWT-Openlayers (a GWT wrapper for the great OpenLayers library) : New website : http://www.gwt-openlayers.org/ New showcase : http://demo.gwt-openlayers.org/ Feel free to make use of this library in

Re: [Gwt-openlayers-devl] GWT-OpenLayers 0.5 Released

2010-09-27 Thread Couzic Mikael
Guys, this is just awesome ! I'd just like to add : A Big Thank You *Andrew *for putting so much effort into this release and full maven support ! A Big Thank You *Edwin *for... well... everyting ! 2010/9/27 Andrew Hughes > Greetings, > > Around Twelve months in the making and

GWT-OpenLayers 0.5 Released

2010-09-27 Thread Andrew Hughes
Greetings, Around Twelve months in the making and GWT-OpenLayers 0.5 has been released, a BIG THANK YOU to everyone who contributed. I've posted this across a few mailing lists that might find this interesting blend of technologies applicable to their needs, these are primarily the GeoServer

GWT OpenLayers

2009-04-16 Thread Michel
Hello, I'm trying to develop an application with gwt and OpenLayers only am I not getting set up. I wonder if anyone knows how set from the beginning and what the steps necessary for my application or a good tutorial --~--~-~--~~~---~--~~ You received this message

Re: Gwt + Openlayers + Beyond (but no so far)

2008-10-09 Thread WebDude
Try one of these modules: http://sourceforge.net/projects/gwt-openlayers/ http://www.peterfranza.com/projects/gwt-openlayers-bindings/ Let us know which you find best (Neither seem to have great documentation). On Sep 13, 10:44 am, Javier Mena <[EMAIL PROTECTED]> wrote: > Hi, > >

Re: GWT OpenLayers map is null error

2008-09-30 Thread WebDude
gt; > at com.eg.gwt.openLayers.client.MapImpl.create(Native Method) > > at com.eg.gwt.openLayers.client.Map.(Map.java:23) > > at com.eg.gwt.openLayers.client.MapWidget.getMap(MapWidget.java:55) > > > This is on GWT 1.5 and, after I corrected for the JSObject protected > > constructor error. I have g

Re: GWT OpenLayers map is null error

2008-09-30 Thread Eric Ayers
; description: '$wnd.OpenLayers.Map' is null or not an object > at com.eg.gwt.openLayers.client.MapImpl.create(Native Method) > at com.eg.gwt.openLayers.client.Map.(Map.java:23) > at com.eg.gwt.openLayers.client.MapWidget.getMap(MapWidget.java:55) > > This is on GWT 1.5 and, afte

GWT OpenLayers map is null error

2008-09-30 Thread WebDude
is is on GWT 1.5 and, after I corrected for the JSObject protected constructor error. I have gotten GWT OpenLayers to work under another project in GWT 1.5. For some reason this project is giving me grief. Any ideas why I'm getting this error? Thanks, Curtis --~--~-~--~~

Gwt + Openlayers + Beyond (but no so far)

2008-09-14 Thread Javier Mena
Hi, I'm trying to use OpenLayers in Gwt, but I don't know to make something. I want that everytime a user press a button, the application create new panel a put a map there. I don't know how to do it even in JS. Currently my approach is somthing like this: public class X { public onClick() {