rburhum / arcgis-ogr

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

Postgis MultiPolygon layer does get recognized as having valid geometry #14

Open sindile opened 11 years ago

sindile commented 11 years ago

I am using ArcGIS 10.1 SP1 with Postgresql 9.2.2 / Postigs 2.0.1 on a Windows 8 64 bit machine w.

MultiPolygon layers in PostGIS do not get recognized while Polygon layers do.

Whilest I can make a connection to my postgis database, the selected postgis layer is not displayed on the map.

rburhum commented 11 years ago

Does the PostGIS layer have a specific geometry type? MultiPolygon, Point, etc and not an abstract type (i.e Geometry)? Does it show as a non-spatial table?

sindile commented 11 years ago

Issue is multipolygon and it shows as a non spatial table with no records. Converting from multipolygon to polygon works.

rburhum commented 11 years ago

Thanks sindile. I updated the issue description.