-
```
help me please.....
I am new user from China.....
I according the project Home tips to compile spatialite,but it has error after
excute "ndk-build -j10 " command.
the detail error inforamtio…
-
```
help me please.....
I am new user from China.....
I according the project Home tips to compile spatialite,but it has error after
excute "ndk-build -j10 " command.
the detail error inforamtio…
-
Good morning,
we are not able to include our tests suite on the CI process using Docker (Ubuntu 20.04). It seems that there is an issue with SQLite with NetTopologySuite. Locally on Windows 10 with…
-
Now that Homebrew has upgraded SpatiaLite on my laptop to 5.0 this tool seems to be creating databases that aren't compatible with SpatiaLite 4.3.x - which currently breaks `datasette publish` (see ht…
-
Log https://jitpack.io/com/github/sevar83/android-spatialite/n-support/build.log
-
Hi
May it would be good to upgrade package and adding msbuild script to support of automatic deployment of package binaries not only for netcore apps. It doesn't happen when app is targeting for s…
-
I made a completely new project to make sure.
## Steps
- Create new iOS Xcode Project
- Create Podfile
``` ruby
platform :ios, '6.0'
target 'example' do
pod 'SpatialDBKit', '~> 0.1'
end
target 'e…
-
The export function checks for identical columns between new and old databases, and capitalized columns are not identical to non capitalized. The main issue is with geometry column which can be called…
-
Currently an additional bash script is used in order to calculate spatial indices of spatialite files . We could move the calculation inside the C++ part to avoid situations where one forgets to call …
-
#### Background
[Spatialite](https://www.gaia-gis.it/fossil/libspatialite/index) can be initialized in two ways. Most commonly `mod_spatialite` is loaded via sqlite APIs, which eventually use `dlop…