Re: map, add marker and remove marker

2009-08-28 Thread elviento
> the mapPanel i'm referring to is here > > http://www.gwt-ext.com/docs/2.0.4/com/gwtext/client/widgets/map/MapPa... > I have also used the MapPanel in GWT-EXT, apparently it does not support plotting Polylines on OpenLayersMap. Have you had any luck with this using GWT-OpenLayers MapWidget to p

Re: map, add marker and remove marker

2009-07-21 Thread Irwan Hendra
Thanks I'll try to reuse the markers but in the mean time the mapPanel i'm referring to is here http://www.gwt-ext.com/docs/2.0.4/com/gwtext/client/widgets/map/MapPanel.html sorry if there's any misunderstanding On Jul 21, 11:46 pm, Eric Ayers wrote: > Hi Again, > > I looked around and could

Re: map, add marker and remove marker

2009-07-21 Thread Eric Ayers
Hi Again, I looked around and couldn't find 'removeAllMarkers' in either openlayers.Map or in Ext.ux.GMapPanel, so to figure out exactly how they implemented those with the Google Maps API, you'll have to look at the source where you got your distribution from. One thing you can look at is to ma

Re: map, add marker and remove marker

2009-07-21 Thread Irwan Hendra
I'm not sure if that answer my question because i'm using mapPanel from GWT-EXT not map from GWT and GMarkerManager On Jul 21, 3:42 am, Eric Ayers wrote: > That sounds like it could be attributable to this Maps API bug: > >  http://code.google.com/p/gmaps-api-issues/issues/detail?id=295 > > >

Re: map, add marker and remove marker

2009-07-20 Thread Eric Ayers
That sounds like it could be attributable to this Maps API bug: http://code.google.com/p/gmaps-api-issues/issues/detail?id=295 On Mon, Jul 20, 2009 at 3:11 AM, Irwan Hendra wrote: > > Hi > > I'm new with GWT so please bear with me > I'm using GWT EXT and openlayer map, i'm using mapPanel to di

map, add marker and remove marker

2009-07-20 Thread Irwan Hendra
Hi I'm new with GWT so please bear with me I'm using GWT EXT and openlayer map, i'm using mapPanel to display map and markers on it following example from here: http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/ however, when i tried to remove the markers using mapPanel.remove