I've PostGIS table with two geometry types - Point & Polygon. When I read table, I'm only able to see Polygons. But point geometry column is only shown in table and unable to visualize.
Is there any way to visualize point geometry instead? How do we explicitly mention for which geometry columns to be visualized?
Thanks!