Replies: 3 comments 3 replies
-
I will look into options for an overloaded method. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Converted from an Issue to a Discussion |
Beta Was this translation helpful? Give feedback.
0 replies
-
I added DocumentFile support to the GeoPackage Manager. As you pointed out above, creating or linking an external file currently requires a DocumentFile schema of "file". Importing a GeoPackage internally will copy the DocumentFile input stream. Exporting a GeoPackage will copy a GeoPackage to the DocumentFile output stream. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@bosborn Hi Brian, I am starting to look at some changes related to the scoped access to storage (https://www.youtube.com/watch?v=UnJ3amzJM94) and was wondering if it would be possible to provide a method allowing import of the geopackage providing DocumentFile instead of File?
I am thinking of method like getDatabaseAtExternalFile(DocumentFile df) ...
Additional context
The scoped storage will be enforced when the app target SDK is 30+
Beta Was this translation helpful? Give feedback.
All reactions