spatialite-sys 0.2.0

Low-level bindings to the SpatiaLite SQLite geospatial extension
Documentation
1
2
3
4
5
6
7
bad GeoJSON: MultiLinestring
:memory: #use in-memory database
SELECT GeomFromGeoJSON('{"type":"MultiLineString","coordinates":[[[1.1,2.2],[3.3,4.4]],[[5.5,6.6],[7.7,8.800000000000001]]]');
1 # rows (not including the header row)
1 # columns
GeomFromGeoJSON('{"type":"MultiLineString","coordinates":[[[1.1,2.2],[3.3,4.4]],[[5.5,6.6],[7.7,8.800000000000001]]]'):0
(NULL)