« Return to Thread: Moving to SpatiaLite: best practice

Re: Moving to SpatiaLite: best practice

by Armin Burger :: Rate this Message:

Reply to Author | View in Thread


On 14/06/2009 04:28, Paragon Corporation wrote:
> It would be nice if OGR2OGR supports this.  I assume that is in the
> works, but I think it only supports SQLite not SpatiaLite yet.

This should be supported in GDAL 1.7 release and is included in the
current development version. Compiling the GDAL svn trunk with support
for spatialite (on Unix with adding something like
--with-spatialite=/usr/local to the configure call) adds this
functionality. Export is done like

ogr2ogr -f "SQLite" -dsco "SPATIALITE=yes" ...

Armin


_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

 « Return to Thread: Moving to SpatiaLite: best practice