Re: [gdal-dev] "Too many points" for GDALSuggestedWarpOutput with Ozi .map

2012-12-04 Thread Jean-Claude Repetto
On 05/12/2012 03:53, Nik Sands wrote: > Hi GDAL devs, > > I have a problem with GDALSuggestedWarpOutput producing an error. It works > for most of the files I've thrown at it, but I have one file that a user has > sent me for which the error occurs. The file in question can be downloaded > fo

[gdal-dev] "Too many points" for GDALSuggestedWarpOutput with Ozi .map

2012-12-04 Thread Nik Sands
Hi GDAL devs, I have a problem with GDALSuggestedWarpOutput producing an error. It works for most of the files I've thrown at it, but I have one file that a user has sent me for which the error occurs. The file in question can be downloaded for testing at: https://dl.dropbox.com/u/12436846/7

Re: [gdal-dev] creating a shape from another with attributes and values

2012-12-04 Thread Brent Fraser
You need to do a CreateField() on your destination, something like: poFDefn = poLayer->GetLayerDefn(); for( int iField = 0; iField < poFDefn->GetFieldCount(); iField++ ){ OGRFieldDefn *poFieldDefn = poFDefn->GetFieldDefn( iField ); if( poDstLayer->CreateField( poFieldDefn

[gdal-dev] GDAL 1.9.2 still looking for GEOS 3.3.5 after geos upgrade

2012-12-04 Thread Eduardo Kanegae
hi, After upgrading from geos 3.3.5 to 3.3.6, I'm trying to upgrade from GDAL 1.9.1 to 1.9.2. Compiling process is done, but when trying to run any gdal* executable I got the error: *** gdalinfo: error while loading shared libraries: libgeos-3.3.5.so: cannot open shared object file: No such file

[gdal-dev] creating a shape from another with attributes and values

2012-12-04 Thread SIVA RAMA KRISHNA
To All, I am using the following code for creating a shape file from another with the attributes value; i am unable to fetch attribute values from source and change the features from newly created shape files Any Sort of help is greatly appriciated #include "main.h" #include #in

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