From: greg <Gre...@no...> - 2010-04-01 18:18:45
|
We are needing to use the mergeNewParams method of openLayers and don't see that method in openLayer GWT yet. Could this be implemented? Thanks, Greg Machala ITO National Weather Service, Birmingham, AL |
From: Edwin C. <com...@gm...> - 2010-04-01 19:18:04
|
Hi Greg, The 0.5 snapshot code contains the mergeNewParams method and I just added a link to the 0.5-snapshot to the site (http://gwt-openlayers.sourceforge.net/) The snapshot url for the upcoming release is: http://gwt-openlayers.sourceforge.net/latest/openlayers_gwt-0.5-SNAPSHOT.jar Greetings, Edwin On 1 April 2010 20:18, greg <Gre...@no...> wrote: > We are needing to use the mergeNewParams method of openLayers and > don't see that method in openLayer GWT yet. Could this be implemented? > > Thanks, > > Greg Machala > ITO National Weather Service, Birmingham, AL > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Gwt-openlayers-users mailing list > Gwt...@li... > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > |
From: Brian W. <Bri...@no...> - 2010-04-01 19:29:39
|
Edwin, I've built the code from the latest mercurial source. Which method contains the mergeNewParams? I can't find it in: org.gwtopenmaps.openlayers.client.layer.Layer or org.gwtopenmaps.openlayers.client.layer.WMS Thanks. bw -----Original Message----- From: Edwin Commandeur [mailto:com...@gm...] Sent: Thursday, April 01, 2010 2:18 PM To: greg Cc: gwt-openlayers-users Subject: Re: [Gwt-openlayers-users] Feature request mergeNewParams Hi Greg, The 0.5 snapshot code contains the mergeNewParams method and I just added a link to the 0.5-snapshot to the site (http://gwt-openlayers.sourceforge.net/) The snapshot url for the upcoming release is: http://gwt-openlayers.sourceforge.net/latest/openlayers_gwt-0.5-SNAPSHOT.jar Greetings, Edwin On 1 April 2010 20:18, greg <Gre...@no...> wrote: > We are needing to use the mergeNewParams method of openLayers and > don't see that method in openLayer GWT yet. Could this be implemented? > > Thanks, > > Greg Machala > ITO National Weather Service, Birmingham, AL > > > ---------------------------------------------------------------------------- -- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Gwt-openlayers-users mailing list > Gwt...@li... > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Gwt-openlayers-users mailing list Gwt...@li... https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users |
From: Edwin C. <com...@gm...> - 2010-04-01 20:14:29
|
Hi Brian, mergeNewParams is defined on HTTPRequestLayer from which WMS should derive through GridLayer. Greetings, Edwin On 1 April 2010 21:29, Brian Walawender <Bri...@no...> wrote: > Edwin, > > > > I've built the code from the latest mercurial source. Which method contains > the mergeNewParams? I can't find it in: > > > > org.gwtopenmaps.openlayers.client.layer.Layer > > > > or > > > > org.gwtopenmaps.openlayers.client.layer.WMS > > > > Thanks. > > > > bw > > > > -----Original Message----- > From: Edwin Commandeur [mailto:com...@gm...] > Sent: Thursday, April 01, 2010 2:18 PM > To: greg > Cc: gwt-openlayers-users > Subject: Re: [Gwt-openlayers-users] Feature request mergeNewParams > > > > Hi Greg, > > > > The 0.5 snapshot code contains the mergeNewParams method and I just > > added a link to the 0.5-snapshot to the site > > (http://gwt-openlayers.sourceforge.net/) > > > > The snapshot url for the upcoming release is: > > http://gwt-openlayers.sourceforge.net/latest/openlayers_gwt-0.5-SNAPSHOT.jar > > > > Greetings, > > Edwin > > > > On 1 April 2010 20:18, greg <Gre...@no...> wrote: > >> We are needing to use the mergeNewParams method of openLayers and > >> don't see that method in openLayer GWT yet. Could this be implemented? > >> > >> Thanks, > >> > >> Greg Machala > >> ITO National Weather Service, Birmingham, AL > >> > >> > >> >> ------------------------------------------------------------------------------ > >> Download Intel® Parallel Studio Eval > >> Try the new software tools for yourself. Speed compiling, find bugs > >> proactively, and fine-tune applications for parallel performance. > >> See why Intel Parallel Studio got high marks during beta. > >> http://p.sf.net/sfu/intel-sw-dev > >> _______________________________________________ > >> Gwt-openlayers-users mailing list > >> Gwt...@li... > >> https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users > >> > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > Gwt-openlayers-users mailing list > > Gwt...@li... > > https://lists.sourceforge.net/lists/listinfo/gwt-openlayers-users |