[Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Astrid Emde
Hello, in a project I want to handle in one PostgreSQl/PostGIS table different geometrytypes (POINT, LINESTRING, POLYGON or even MULTI-objects) in a single geometrycolumn. Then I would like to digitize with QGIS new objects. Is this possible? I tried it already but in QGIS it is not possible to

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Bernhard Ströbl
Hi Astrid, AFAIK QGIS can only handle one geometry type per layer (how should it be displayed by default?) and only (Multi)points, -lines and -polygons. So there are IMHO two workarounds, both with views: 1) create three different tables ((Multi)point, (Multi)linestring and (Multi)polygon)

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Vincent Picavet
Hello Astrid, in a project I want to handle in one PostgreSQl/PostGIS table different geometrytypes (POINT, LINESTRING, POLYGON or even MULTI-objects) in a single geometrycolumn. It is possible though really not recommanded. Then I would like to digitize with QGIS new objects. Is this

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Jürgen E . Fischer
Hi Astrid, On Mon, 17. Dec 2012 at 09:22:13 +0100, Astrid Emde wrote: in a project I want to handle in one PostgreSQl/PostGIS table different geometrytypes (POINT, LINESTRING, POLYGON or even MULTI-objects) in a single geometrycolumn. Then I would like to digitize with QGIS new objects. Is

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread pcreso
to digitze points, linestrings, polygons in a single PostGIS geometry-column To: qgis-user@lists.osgeo.org Date: Monday, December 17, 2012, 9:22 PM Hello, in a project I want to handle in one PostgreSQl/PostGIS table different geometrytypes (POINT, LINESTRING, POLYGON or even MULTI-objects

Re: [Qgis-user] How to digitze points, linestrings, polygons in a single PostGIS geometry-column

2012-12-17 Thread Astrid Emde
data management facilities, the apparent single table/column that you require. Brent Wood --- On Mon, 12/17/12, Astrid Emde astrid.e...@wheregroup.com wrote: From: Astrid Emde astrid.e...@wheregroup.com Subject: [Qgis-user] How to digitze points, linestrings, polygons in a single