Re: [gdal-dev] Problem using ST_Centroid
Possibly you need to build with spatialite support? Brad ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev
[gdal-dev] Problem using ST_Centroid
I am trying to use a call like ogr2ogr centroid.shp plaque_area.shp -dialect sqlite -sql "SELECT ST_Centroid(geometry), * from plaque_area" but I get the following error ERROR 1: In ExecuteSQL(): sqlite3_prepare_v2(SELECT ST_Centroid(geometry), * from plaque_area): no such function: ST_Centroi