Changes between Version 155 and Version 156 of WKTRaster


Ignore:
Timestamp:
Feb 14, 2011, 11:00:49 AM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster

    v155 v156  
    9696   * See report with [report:17 All tickets reported to PostGIS Raster]
    9797
     98== Displaying PostGIS rasters ==
     99
     100 There are some options to display rasters stored in PostGIS.
     101
     102 * '''OpenJump''' - OpenJump will not display raster directly but vectorization of the raster. Use a query like this:
     103
     104{{{
     105SELECT ST_AsBinary((ST_DumpAsPolygons(rast)).geom), (ST_DumpAsPolygons(rast)).val
     106FROM rastertable
     107}}}
     108
    98109== More Info ==
    99110