Re: [gdal-dev] deleting feature exceptions

2008-08-16 Thread wow
-- From: "Mateusz Loskot"<[EMAIL PROTECTED]>; Date: Fri, Aug 15, 2008 07:16 PM To: "wow"<[EMAIL PROTECTED]>; Cc: "gdal-dev"; Subject: Re: [gdal-dev] deleting feature exceptions Mateusz Loskot wrote: >> Attachment of this mail is the exa

Re: [gdal-dev] deleting feature exceptions

2008-08-15 Thread Mateusz Loskot
Mateusz Loskot wrote: Attachment of this mail is the example project. Thank you for more help. I've noticed no file attached to the ticket you reported. Do you mean the attachement as URL in your updating comment? Chen, I'd suggest to attach your file min-projV1.4.rar directly to the ticket

Re: [gdal-dev] deleting feature exceptions

2008-08-15 Thread Mateusz Loskot
wow wrote: Hi, Frank,thank you for reply. I have posted the ticket with little experience here: http://trac.osgeo.org/gdal/ticket/2531. Chen, Please, take care next time to wrap source code snippet included in the Ticket description with triple parenthesis, like this: {{{ ... your co

Re: [gdal-dev] deleting feature exceptions

2008-08-15 Thread wow
the world. Chen Xuexia -- Original -- From: "Frank Warmerdam"<[EMAIL PROTECTED]>; Date: Fri, Aug 15, 2008 10:06 AM To: "wow"<[EMAIL PROTECTED]>; Cc: "gdal-dev";

Re: [gdal-dev] deleting feature exceptions

2008-08-14 Thread Frank Warmerdam
Chen, I'm surprised both approaches don't work smoothly. I'd suggest you boil down a minimum example of the problem, and file a bug ticket on it including the input data. Best regards, FrankW 2008/8/14 wow <[EMAIL PROTECTED]>: > > Hi, >i try to delete features from a set of shape file, some

[gdal-dev] deleting feature exceptions

2008-08-14 Thread wow
Hi, i try to delete features from a set of shape file, sometimes get error. I use this version of ogrshapelayer.cpp : http://trac.osgeo.org/gdal/changeset/10969 . Delete feature in two ways would get different result: (1) for(iFeat=0;iFeatDeleteFeature(0); if(cplE==CE_None)

[gdal-dev] deleting feature exceptions

2008-08-14 Thread wow
Hi, i try to delete features from a set of shape file, sometimes get error. I use this version of ogrshapelayer.cpp : http://trac.osgeo.org/gdal/changeset/10969 . Delete feature in two ways would get different result: (1) for(iFeat=0;iFeatDeleteFeature(0); if(cplE==CE_None)