I have a database connection made to my PostgreSQL Enterprise Geodatabase through ArcGIS Pro.
I am connected to the database as a user other than sde, and trying to see features of a feature class under that corresponding user's schema.
When I add the layer to the map:
- I can "zoom to" the feature and the map zooms to it
- I can "flash" and it flashes its centroid on the screen
- I can see all the attributes
- I cannot see any feature geometry through the map. It appears invisible.
Interesting Notes:
- When I export the FC from the EGDB to a local FGDB the feature is visible
- When I have an active edit session on the direct EGDB connection layer through ArcPro the feature DOES become visible.
Anyone know what's going on here?
ArcGIS Pro 3.0 and Postgres 13.x, ST_Geometry spatial type, Shape polygon. It was originally inserted into the feature class via SQL of inserting a WKT representation into Esri's shape field.