Changes between Version 155 and Version 156 of WKTRaster
- Timestamp:
- 02/14/11 11:00:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster
v155 v156 96 96 * See report with [report:17 All tickets reported to PostGIS Raster] 97 97 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 {{{ 105 SELECT ST_AsBinary((ST_DumpAsPolygons(rast)).geom), (ST_DumpAsPolygons(rast)).val 106 FROM rastertable 107 }}} 108 98 109 == More Info == 99 110