Re: [OpenLayers-Dev] Two annoyances in the OpenLayers build.

2010-05-04 Thread Eric Lemoine
On Wednesday, May 5, 2010, Phil Scadden wrote: > 1/ gears_init.js - when using firebug, it ALWAYS breaks at this point > because there is a > try >   ..do IE stuff > except > > instead of >      if (window.ActiveXObject) { >      do IE stuff. > > I have changed this in my version so avoid this

[OpenLayers-Dev] Two annoyances in the OpenLayers build.

2010-05-04 Thread Phil Scadden
1/ gears_init.js - when using firebug, it ALWAYS breaks at this point because there is a try ..do IE stuff except instead of if (window.ActiveXObject) { do IE stuff. I have changed this in my version so avoid this stupid break. 2/ The 2.9 builduncompressed.py. If you use the open

[OpenLayers-Dev] Multitouch, tile layer contributions

2010-05-04 Thread Nathan Vander Wilt
Hello all, I have created a number of patches to OpenLayers around the overall goal of having it work well in iPhone/iPad's Mobile Safari (and preliminary testing in Android). While there are still a few remaining issues on my own TODO list, I'd appreciate some code review/advice for potential

[OpenLayers-Dev] Fatal error at startup when the URL has special characters

2010-05-04 Thread Xavier Mamano (jorix)
Hi list, It is an old error in OpenLayers (see #1704, #2540 ...) now occurs in all browsers (EI8, FF, CH, Safari). You can try http://openlayers.org/?q=%E1 In #1704 there was an almost philosophical debate. But without a good solution, at least, it would be appropriate to make a simple "try...ca

[OpenLayers-Dev] Patch review: Clustering in view (#2614)

2010-05-04 Thread Ken Schwencke
Hi guys, I've submitted a patch that changes Strategy.Cluster to work only on features in the current view. It might be better to let people optionally choose one mode over the other, but this is code we currently have running on our site, and I figure could be the basis for a Strategy.ClusterInVi

Re: [OpenLayers-Dev] Motion: 2.9.1 release

2010-05-04 Thread Paul Spencer
+1 Paul On 2010-05-04, at 12:45 AM, bart...@osgis.nl wrote: > Since the 2.9 release was done 2 regressions have been found, as well as 2 > documentation errors. These have been fixed in trunk and pulled up to the > 2.9 branch. See also: > > http://trac.openlayers.org/query?status=new&status=assi

Re: [OpenLayers-Dev] Motion: 2.9.1 release

2010-05-04 Thread christopher.schmidt
On May 4, 2010, at 12:45 AM, ext bart...@osgis.nl wrote: > Since the 2.9 release was done 2 regressions have been found, as well as 2 > documentation errors. These have been fixed in trunk and pulled up to the > 2.9 branch. See also: > > http://trac.openlayers.org/query?status=new&status=assigne

Re: [OpenLayers-Dev] Motion: 2.9.1 release

2010-05-04 Thread Eric Lemoine
On Tue, May 4, 2010 at 11:24 AM, wrote: > Thanks Andreas and everyone else who helped fix the reopened ticket 2414. > > All is now in the 2.9 branch. So +1 on releasing 2.9.1. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 4

Re: [OpenLayers-Dev] Motion: 2.9.1 release

2010-05-04 Thread bartvde
Thanks Andreas and everyone else who helped fix the reopened ticket 2414. All is now in the 2.9 branch. Best regards, Bart > There may be one more regression WRT getDimensions. I'll investigate and > let you know in a few hours. > > -Andreas. > > On May 4, 2010, at 06:45 , bart...@osgis.nl wrote

Re: [OpenLayers-Dev] getDimensions: whether or not it should update the css display attribute

2010-05-04 Thread Andreas Hocevar
Hi, http://trac.openlayers.org/changeset/10125 seems to have caused a regression, and as Bruno stated in http://trac.openlayers.org/ticket/2414#comment:10, it does not fix the reported issue. So I am in favor of reverting r10125 before releasing OpenLayers 2.9.1. Also, IRC user quietriver want

Re: [OpenLayers-Dev] Possible bug with Protocol.HTTP

2010-05-04 Thread Eric Lemoine
On Tue, May 4, 2010 at 5:16 AM, Stephen Woodbridge wrote: > Hi Eric, > > First off, thank you for your responses and help with this issue. The > most important part is that I have code working and doing what I want, > but I had to modify Protocol.HTTP and my server code to get it working. > Eventu

Re: [OpenLayers-Dev] Motion: 2.9.1 release

2010-05-04 Thread Andreas Hocevar
There may be one more regression WRT getDimensions. I'll investigate and let you know in a few hours. -Andreas. On May 4, 2010, at 06:45 , bart...@osgis.nl wrote: > Since the 2.9 release was done 2 regressions have been found, as well as 2 > documentation errors. These have been fixed in trunk