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
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
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
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
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
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