[OpenLayers-Dev] WFSDescribeFeatureType request in 2.7-rc1 extra ?

2008-09-08 Thread Alexandre Dube
Hi devs, I noticed a new strange behavior with OpenLayers 2.7-rc1 using WFSDescribeFeatureType format. Here's the request I'm using : var sUrl = olWFSRoads.getFullRequestString({ REQUEST: DescribeFeatureType, SERVICE: WFS, TYPENAME:

Re: [OpenLayers-Dev] WFSDescribeFeatureType request in 2.7-rc1 extra ?

2008-09-08 Thread Eric Lemoine
Hi Alexandre. Yes, IIRC there already is a ticket for this, and a patch. If it worked in 2.6 and this is therefore a regression then change the ticket's milestone to 2.7 and we'll fix it during the RC cycle. In the mean time you may want to know that you can pass a params object in place of a

Re: [OpenLayers-Dev] WFSDescribeFeatureType request in 2.7-rc1 extra ?

2008-09-08 Thread Alexandre Dube
I tried an other request and got the same problem. In Requests.js at line 90, that's where it gets its extra ? OpenLayers.loadURL( /bdga/getLayersByType.php?mapfile=+szMapfile, '', this, setLayers); The request becomes : .../bdga/getLayersByType.php?mapfile=/mypath/bdga.map? Alexandre