Replies: 4 comments 3 replies
-
|
@TFreudi1 could this work? CoPilot suggested.
|
Beta Was this translation helpful? Give feedback.
-
|
My guess is "no". Did you have "mod_spatialite" ? This must be code for Android, iOS ... maybe different CPU architectures. |
Beta Was this translation helpful? Give feedback.
-
|
That also depends on mod_spatialite available to all platforms. If the nuget package contains mod_spatialite for all platforms it will work. I only knew it from as DLL from my local Windows Installation. I got the extension from there: |
Beta Was this translation helpful? Give feedback.
-
|
I checked the mod_spatialite package on NuGet.org Package Explorer https://nuget.info/packages/mod_spatialite/4.3.0.100-rc1 and confirmed that it only contains Windows DLLs. There’s nothing included for Android, macOS, or iOS. Also see this open issue efcore/mod_spatialite-NuGet#6 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any sample how to create/use a spatial sqlite database on maui ? Pure SQLite is simple but I need it with spatial extensions.
Beta Was this translation helpful? Give feedback.
All reactions