Re: [gdal-dev] Regarding ogr Layer Attribute properties corruption

2013-04-26 Thread Even Rouault
Le vendredi 26 avril 2013 07:08:59, Abhinav a écrit : > Hi All, > > When I write the OGR layer and read that back, layer attributes properties > are getting lost like width, precision .These properties are coming zero(0) > for every attribute. I am trying to write ogrlayer to sqlite file. Is this

Re: [gdal-dev] Regarding ogr Layer Attribute properties corruption

2013-04-26 Thread Jukka Rahkonen
Abhinav vizexperts.com> writes: > > Hi All, > > When I write the OGR layer and read that back, layer attributes properties > are getting lost like width, precision .These properties are coming zero(0) > for every attribute. I am trying to write ogrlayer to sqlite file. Is this > the issue with

[gdal-dev] Regarding ogr Layer Attribute properties corruption

2013-04-25 Thread Abhinav
Hi All, When I write the OGR layer and read that back, layer attributes properties are getting lost like width, precision .These properties are coming zero(0) for every attribute. I am trying to write ogrlayer to sqlite file. Is this the issue with sqlite driver or gdal itself? Regards Abhinav