Darrel,

Resending again - message too long last time cause I included your log.

 

Thanks,

Regina

 

From: Paragon Corporation [mailto:l...@pcorp.us] 
Sent: Saturday, November 07, 2015 3:13 AM
To: 'PostGIS Users Discussion' <postgis-users@lists.osgeo.org>
Subject: RE: [postgis-users] I am probably being stupid but I cannot get my
rasters to display using QGIS

 

Don't see anything in logs.  

  

SELECT rid,rast::geometry from testrast.all WHERE rid=1 

 

Would just give you a rectangle since raster cast to geometry will just give
you bounding box of raster.

 

But what do you see in log after you drag a raster query to the map view

 

 

e.g to be safe create  view

 

CREATE VIEW testrast AS

SELECT rid, rast from testrast.all where rid = 1;

 

And then drag the view to the map window.

 

_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to