-
My use case for this API is extracting Mindat information into a GIS consumable format (probably Spatialite). The OpenMindat paper suggests that locations have "[b]oundary polygons recorded in GeoJSO…
-
**Describe the bug**
I have a Spatialite database with a table containing a generic GEOMETRY column (ie. not POINT or POLYGON, but generic GEOMETRY). When adding this database to QGIS through the Lay…
-
Author Name: **Giovanni Manghi** (@gioman)
Original Redmine Issue: [7146](https://issues.qgis.org/issues/7146)
Affected QGIS version: 3.0.0
Redmine category:db_manager
---
The same issue seems to af…
-
```
What steps will reproduce the problem?
Database db = new Database();
db.open(DB_FILE.getAbsolutePath(),
Constants.SQLITE_OPEN_READWRITE | Constants.SQLITE_OPEN_CREATE);
Stmt stmt …
-
```
What steps will reproduce the problem?
1. Capture a series on point with tap event on map
2. Perform following query on spatialite db:
SELECT *,ST_AsBinary(CastToXY(geometry))AS MAPSTORE_9384_GE…
-
I'd like to introduce support for calculations on the spheroid on both PostGIS and SpatiaLite.
This would solve #24, and probably give some hints on how to solve #23 in an elegant way.
### The p…
-
```
What steps will reproduce the problem?
Database db = new Database();
db.open(DB_FILE.getAbsolutePath(),
Constants.SQLITE_OPEN_READWRITE | Constants.SQLITE_OPEN_CREATE);
Stmt stmt …
-
```
What steps will reproduce the problem?
Database db = new Database();
db.open(DB_FILE.getAbsolutePath(),
Constants.SQLITE_OPEN_READWRITE | Constants.SQLITE_OPEN_CREATE);
Stmt stmt …
-
```
What steps will reproduce the problem?
Database db = new Database();
db.open(DB_FILE.getAbsolutePath(),
Constants.SQLITE_OPEN_READWRITE | Constants.SQLITE_OPEN_CREATE);
Stmt stmt …
-
```
What steps will reproduce the problem?
1. Load spatialite 4 for android for android app
2. Load the database KAZ.sqlite as attached
3. Run the query SELECT astext(Transform(Geometry,3857)) , null …