Re: [gdal-dev] ogr2ogr and spatialite

2011-04-19 Thread Even Rouault
Selon iomeneandrei : > Dear all, > I'm using ogr2ogr (GDAL 1.8.0) to import a shapefile in a spatialite db. > > If I use spatialite gui to make it (without check "with spatial index" > option), I have only a new one table in my sqlite db. > > If I use ogr2ogr "ogr2ogr -append -s_srs EPSG:3004 -t_s

[gdal-dev] ogr2ogr and spatialite

2011-04-19 Thread iomeneandrei
Dear all, I'm using ogr2ogr (GDAL 1.8.0) to import a shapefile in a spatialite db. If I use spatialite gui to make it (without check "with spatial index" option), I have only a new one table in my sqlite db. If I use ogr2ogr "ogr2ogr -append -s_srs EPSG:3004 -t_srs EPSG:3004 -f SQLite -dsco SPATI