/spatiasql.js

JavaScript port of SpatiaLite

Primary LanguageC

spatiasql.js

Experimental* JavaScript (emscripten) port of SpatiaLite

*all sql_stmt.. tests (geos, proj, geopackage) pass

##Demo A little web-worker demo is available from here: http://jvail.github.io/spatiasql.js/
(be patient, the js file is quite large).

##Usage spatiasql.js (SpatiaLite) is an extension of sql.js (SQLite) and implements the same API.

##License Same license as SpatiaLite.