Re: [gdal-dev] Writing linestring and getting back linestring25

2014-08-25 Thread Even Rouault
Le lundi 25 août 2014 20:35:34, mccorb a écrit : > I am creating a new sqlite file and writing a new layer and feature. When i > write a linestring to the file everything works fine. I look at it in an > SQLite browser app and the geometry_type is 2. However when I reopen it I > get a linestring25d

[gdal-dev] Writing linestring and getting back linestring25

2014-08-25 Thread mccorb
I am creating a new sqlite file and writing a new layer and feature. When i write a linestring to the file everything works fine. I look at it in an SQLite browser app and the geometry_type is 2. However when I reopen it I get a linestring25d geometry type. >From what I can tell I can use this exa