-
https://docs.datasette.io/en/0.55/spatialite.html was written before I had tools like [geojson-to-sqlite](https://datasette.io/tools/geojson-to-sqlite) and [shapefile-to-sqlite](https://datasette.io/t…
-
Support for loading the data into a local spatialite database as an alternative to PostGIS.
-
@ruidpina hi,
For the example you provided, the Readme says to open the spatialite database (2.1). The file is not present, but I wouldn't think it's necessary, is it ?
vmora updated
9 years ago
-
Need to get the code to work with spatialite databases. it is currently trying to connect with sqlite but that has none of the geospatial functions.
-
See [the docs](https://www.gaia-gis.it/fossil/libspatialite/wiki?name=5.0.0-doc). It looks like there's a bit of [chaos around PROJ.6](https://www.gaia-gis.it/fossil/libspatialite/wiki?name=PROJ.6) on…
-
Hi,
I was wondering what would it take to implement support:
https://www.gaia-gis.it/fossil/libspatialite/index
Bests,
Yoanis.
-
Hi !
I want to incorporate spatialite layer for editing but it's possible with this docker ?
Thank for all !
-
Im trying to export a tree to a spatialte database and getting the following error.
pg_repo.exportsl("HEAD", "roads", "/home/vagrant/data/sl/roads_exported.sqlite")
Traceback (most recent call last)…
-
It has problem reading properties of SpatialIndex - VirtualSpatialIndex virtual table even though I can run the same SQL in the CLI.
In ipython:
```
In [1]: from db import DB
In [2]: db = DB(usernam…
-
Hello,
in the SpatiaLite.cs is a reference to libspatialite-2.dll.
`private static readonly string SpatiaLiteNativeDll = "libspatialite-2.dll";`
There is a comment
`
/// In order to u…