Hi, I created the following table in PostGIS: CREATE TABLE test.geogQGIS(gid serial,geog geography(Point,4326));
INSERT INTO test.geogQGIS (geog) VALUES (st_geographyFromText('SRID=4326;Point(-110 30)')); ALTER TABLE test.geogQGIS ADD CONSTRAINT gid_pk PRIMARY KEY(gid); but I can not see the table in QGIS! it is loaded but not displayed! While, if I create a geography column as PointZ, in column "Type" of PostGIS provider, I see "Detecting...." grayed-out and can do nothing! QGIS version: master Anyone confirms? All the best -SL _______________________________________________ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer