I created a table with geometry type "GEOMETRY" AND inserted data of point, line and polygon type. My question is how to show this spatial data Qgis not supporting for geometry type "GEOMETRY".
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
Create distinct tables for each spatial feature, e.g. a table for point(s), a table for line(s), and a table for polygon(s). Then you can load these spatial tables as PostGIS layers. There is also a ticket regarding this issue: http://trac.osgeo.org/qgis/ticket/167 It seems like it could be fixed only in QGIS 2.0. |
|||||
|