Open iceberg1369 opened 4 years ago
I tried to export shapefile using following command.
SELECT ExportSHP(\"Point\",\"geometry\",\""+exportfile+"\",\"UTF-8\",\"POINT\");
and I tried to set env variable like this
Os.setenv("SPATIALITE_SECURITY", "relaxed ", true);
but I could not export shape file.
I tried to export shapefile using following command.
and I tried to set env variable like this
but I could not export shape file.