id summary reporter owner description type status priority milestone component version severity resolution keywords cc 7257 CARTO driver does not run Cartodbfy for non-spatial table pramsey warmerdam "Using ogr2ogr to import a table that has no spatial component, the process does not run CDB_CartodbfyTable(), resulting in the table not showing up in the UI. It looks like the culprit is this block in `ogrcartodatasource` {{{ if( bCartoify ) { if( nSRID != 4326 ) { if( eGType != wkbNone ) { CPLError(CE_Warning, CPLE_AppDefined, ""Cannot register table in dashboard with "" ""cdb_cartodbfytable() since its SRS is not EPSG:4326""); } bCartoify = false; } } }}} Based on the warning text, it looks like the global should be set within the same block." defect closed normal closed_because_of_github_migration OGR_SF svn-trunk normal wontfix