Re: [OpenLayers-Dev] [OpenLayers] #2587: IE 8 has difficulties with local files, even if on same origin path. A change to xhr fixes

2010-05-18 Thread Phil Scadden
> Phil, if you need a patch to upgrade OpenLayers to version 1.0.4 of > XMLHttpRequest please see > http://trac.openlayers.org/attachment/ticket/2625/xmlhttp104.patch > > I'm not sure how exactly you apply a patch, so I tried replacing xmlhttpRequest.js with the .src version in the 1.0.

Re: [OpenLayers-Dev] 256x256

2010-05-18 Thread Robert Sanson
Thanks Chris. So instead of making use of tileOrigin, we make sure the Origin as reported by ArcGIS is contained within the maxExtent, and then use restrictedExtent to constrain the map area to the are we want OL to work within: var mapoptions = { //tileOrigin: new OpenLayers.LonLat(-4020900,

Re: [OpenLayers-Dev] Multitouch, tile layer contributions [repost]

2010-05-18 Thread Nathan Vander Wilt
(replying to list this time, as originally intended) On May 10, 2010, at 3:58 AM, Andreas Hocevar wrote: > Hi Nathan, > > I am sure there is a lot of interest in your improvements, but for potential > reviewers it would be much easier if the listed improvements would have > tickets with patches

[OpenLayers-Dev] I have a question/debate regarding the use of map.viewPortDiv in controls.

2010-05-18 Thread Xavier Mamano (jorix)
Hi list, In default/style.css I have only seen a control that use a display class for map.viewPortDiv (Control.DragFeature). Display class in map.viewPortDiv seems a very powerful tool in the line CSS. I have used it to display:none/block without any problem. Could you expand its use in default/s