back to main page

Installing spatialite-2.2 on Windows

spatialite-2.2 is a SQLite's extension, and includes in itself two further SQLite's extensions: the RTree, the MbrCache, the VirtualShape and the VirtualText ones.
There are various alternative ways you can follow at your choice to deploy and use them:
  1. the spatialite.exe way:
  2. the sqlite3 way:
  3. the GUI tool way:
Then I suggest you to download the test.db database and follow the tutorial step by step;
it's the fastest way to become accustomed with SpatiaLite and VirtualShape

back to main page