I tried running
SELECT RecoverGeometryColumn( outtest, geometry, 3400 , POINT);in Spatialite 4.3 but get error: No such column outtest
Outtest is a table - not a column as per the syntax:RecoverGeometryColumn( table String , column String , srid Integer , geom_type String [ , dimension Integer ] ) : Integerdescribed here: http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.3.0.html
I am having the same problem with ExportKML().
What am I doing wrong?
أكثر...
SELECT RecoverGeometryColumn( outtest, geometry, 3400 , POINT);in Spatialite 4.3 but get error: No such column outtest
Outtest is a table - not a column as per the syntax:RecoverGeometryColumn( table String , column String , srid Integer , geom_type String [ , dimension Integer ] ) : Integerdescribed here: http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.3.0.html
I am having the same problem with ExportKML().
What am I doing wrong?
أكثر...