Re: [gdal-dev] WFS DefaultSRS OtherSRS

2012-12-05 Thread Jukka Rahkonen
xavier lhomme lhomme.xavier at gmail.com writes: How the wfs driver handles the OtherSRS ? Is he handles only the DefaultSRS ?berst regards xavier Usually you can simply use the DefaultSRS and tell OGR to re-project the result into something else with -t_srs parameter. Sometimes it can

Re: [gdal-dev] WFS DefaultSRS OtherSRS

2012-12-04 Thread xavier lhomme
Hi I added this option SRSNAME=urn:ogc:def:crs:EPSG:6.9:4326 to the WFS connexion string on my datasource and it works. but I tried on another datasource and the connexion failed with this option. (whereas it works if you do not put the option at the end of the connexion string); I checked the

[gdal-dev] WFS DefaultSRS OtherSRS

2012-11-28 Thread xavier lhomme
Hi The capability of a WFS source return something like this : - wfs:FeatureType wfs:Name/wfs:Name wfs:TitleWPI_Aug09/wfs:Title wfs:DefaultSRSurn:ogc:def:crs:EPSG:6.9:104000/wfs:DefaultSRS wfs:OtherSRSurn:ogc:def:crs:EPSG:6.9:4326/wfs:OtherSRS - wfs:OutputFormats

Re: [gdal-dev] WFS DefaultSRS OtherSRS

2012-11-28 Thread Even Rouault
How the wfs driver handles the OtherSRS ? Is he handles only the DefaultSRS ? It will select the DefaultSRS, unless you add as an option like SRSNAME=urn:ogc:def:crs:EPSG:6.9:4326 to the WFS connexion string. berst regards xavier ___ gdal-dev