Thursday 16 June 2016

qgis - How to export shapefile to SpatiaLite



I have a shapefile with one layer. I can open it with QGIS. Now I want to convert this shapefile or layer to Spatialite database.


How can I do it? Is it possible to do with QGIS?



Answer



There is a GUI application called spatialite-gui that allows you to import shapefiles and build spatial indexes.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...