-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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 …
-
```
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 …
-
```
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…
-
```
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 …
-
```
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 …