[postgis-users] I am probably being stupid but I cannot get my rasters to display using QGIS
Paragon Corporation
lr at pcorp.us
Sat Nov 7 00:29:03 PST 2015
Darrel,
Resending again - message too long last time cause I included your log.
Thanks,
Regina
From: Paragon Corporation [mailto:lr at pcorp.us]
Sent: Saturday, November 07, 2015 3:13 AM
To: 'PostGIS Users Discussion' <postgis-users at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20151107/bf235a4b/attachment.html>
More information about the postgis-users
mailing list