-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export shape files #6
Comments
Hi, for all available functions you could refer to: http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.4.0.html |
as docs states "Explicitly setting the environment variable SPATIALITE_SECURITY=relaxed is absolutely required in order to effectively enable this function." so how can we set environmental variable in app? |
Hi, try with 'System.setenv()'.
https://stackoverflow.com/questions/7597058/android-setget-environmental-variables-in-java
…On Thu, Aug 30, 2018, 11:12 fgfgfgfgfg ***@***.***> wrote:
Reopened #6 <#6>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHS1Y7eFxxaOjlbfdA2daidR3jmnQSuks5uV55YgaJpZM4Vk6la>
.
|
E/SQLiteLog: (1) no such function: ExportSHP you have mentioned spatialite 4.4 in the readme file but the actual library is 4.3a and exportShp does not exists in 4.3. I think its time to update spatialite |
Hello,
I need to export shape files in android. so does any query exists to accomplish this task?
best
The text was updated successfully, but these errors were encountered: