rburhum / arcgis-ogr

ArcGIS OGR Workspace
BSD 2-Clause "Simplified" License
87 stars 19 forks source link

When adding aspatial table from PostGIS, no data is shown #17

Open leehach opened 10 years ago

leehach commented 10 years ago

The OGR PostGIS driver supports adding tables without geometry information. These tables are listed by default in the ArcGIS-OGR dialog box, but the OGR driver supports calling a specific table by adding "tables=[.]

" to the connection string. I did this and the table was added, but it didn't display any data. Is the driver configured to ignore any rows without geometries? If so, would it be possible to change this behavior?

rburhum commented 10 years ago

I am glad you are finding this useful. I am pretty sure we can add them as regular tables. I'll look into it.