geopaparazzi / libjsqlite-spatialite-android

Project to create the libjsqlite.so used in geopaparazzi
75 stars 24 forks source link

could not export shapefile in android #28

Open iceberg1369 opened 4 years ago

iceberg1369 commented 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.