From: Edwin C. <com...@gm...> - 2010-05-24 19:50:33
|
Hi Lukas, You seem to have it down. The classes you describe are all that are needed and you can just look at the MapMoveListener. Management of the listener happens via de EventListenerCollection on OpenLayersEObjectWrapper :). A diff would be fine. Looking forward to your patch! Greetings, Edwin On 24 May 2010 16:27, Lukas Johansson <luk...@de...> wrote: > At http://dev.openlayers.org/docs/files/OpenLayers/Map-js.html it is > stated that three events exists concerting the movement of the map: > > # movestart triggered after the start of a drag, pan, or zoom > # move triggered after each drag, pan, or zoom > # moveend triggered after a drag, pan, or zoom completes > > As far as I understand only move has been wrapped in gwt-ol. If I were > to wrap moveend (the one I need) am I correct in believing that I only > need to: > * create a interface MapMoveEndListener > * add eventType to EventType.java > * write a register method in Map.java > > How do I send the changeset to you? A diff of the project? > Best Regards > Lukas Johansson > > ------------------------------------------------------------------------------ > > _______________________________________________ > Gwt-openlayers-users mailing list > Gwt...@li... > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > |