[gdal-dev] shapelib 1.4.0 is released

2016-12-09 Thread Even Rouault
Hi, The shapelib 1.4.0 release is available at: http://download.osgeo.org/shapelib/shapelib-1.4.0.tar.gz http://download.osgeo.org/shapelib/shapelib-1.4.0.zip The differences since RC1 are: 2016-12-09 Even Rouault * Makefile.am: add web/maptools.css to EXTRA_DIST

Re: [gdal-dev] Motion: adopt RFC 64: Triangle, Polyhedral surface and TIN

2016-12-09 Thread jratike80
Even Rouault-2 wrote > Hi, > > There have been some good remarks, one regarding integration with GEOS > that I've > taken into account in the implementation, another one regarding the > possibility to > get indexed TIN that I think can be later added if needed. > > So I move to adopt RFC 64: Tr

[gdal-dev] Motion: adopt RFC 64: Triangle, Polyhedral surface and TIN

2016-12-09 Thread Even Rouault
Hi, There have been some good remarks, one regarding integration with GEOS that I've taken into account in the implementation, another one regarding the possibility to get indexed TIN that I think can be later added if needed. So I move to adopt RFC 64: Triangle, Polyhedral surface and TIN

Re: [gdal-dev] Primary keys are ignored in ogr2ogr when converting from Sqlite databases

2016-12-09 Thread jratike80
César Martínez wrote > Is this a bug or is an intended behaviour? Is there any way to workaround > it? > I am using GDAL version 1.11.3. It also happens when exporting to a > different format such as PostGIS. A workaround is to pick the primary key as a normal attribute and let GDAL to create its

Re: [gdal-dev] Primary keys are ignored in ogr2ogr when converting from Sqlite databases

2016-12-09 Thread Bo Victor Thomsen
Have you tried to use the *-preserve_fid *qualifier*?? * ex. ogr2ogr -preserve_fid -f "SQLite" db2.sqlite db.sqlite test -dsco SPATIALITE=YES Regards Bo Victor Thomsen AestasGIS Den 09-12-2016 kl. 00:21 skrev César Martínez: Hi, I am using ogr2ogr to export data from Spatialite to other for