You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gdal ogr2ogr CartoDB driver is creating tables populating the_geom and leaving the_geom_webmercator with all NULL values. IMHO this should not happen as we expect both columns to be in sync with each other if the exist.
Related to https://github.com/CartoDB/gdal/issues/2
The gdal ogr2ogr CartoDB driver is creating tables populating
the_geomand leavingthe_geom_webmercatorwith allNULLvalues. IMHO this should not happen as we expect both columns to be in sync with each other if the exist.