Re: [gdal-dev] New +axis parameter in PROJ.4 trunk and gdalwarp

2011-06-07 Thread Flo Ledermann
is file! Reading the source I found a hint to the proprietary "+wktext" parameter and gave it a shot - and it worked! Specifying this to preserve the PROJ.4 string through OGR seems to be sufficient to make this work in gdalwarp! Best, Flo > On 11-06-07 03:44 PM, Flo Ledermann wrote

[gdal-dev] New +axis parameter in PROJ.4 trunk and gdalwarp

2011-06-07 Thread Flo Ledermann
ute a patch, if the solution is not too involved. Best, Flo Ledermann ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] ogr2ogr -wrapdateline not working

2011-05-27 Thread Flo Ledermann
On 05/27/2011 12:13 PM, Even Rouault wrote: > Selon Flo Ledermann : > >> Instead I get the identical, unclipped polygon as in the input file. >> What am I doing wrong? > > Nothing, I've checked the algorithm w.r.t your input data. The algorithm > currently only d

[gdal-dev] ogr2ogr -wrapdateline not working

2011-05-27 Thread Flo Ledermann
Hi all, I want to use the -wrapdateline on a very simple shape file, containing only a single polygon (as a start and test case) However, I cannot get it working. Running the following on the attached shapefile: $ ogr2ogr -wrapdateline -overwrite polygon_spanning_dateline_wrapped.shp polygon_spa