Changes between Version 157 and Version 158 of WKTRaster

Show
Ignore:
Timestamp:
02/14/11 11:07:24 (2 years ago)
Author:
pracine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster

    v157 v158  
    100100There are some options to display rasters stored in PostGIS. 
    101101 
    102  * '''!OpenJump''' - !OpenJump will not display raster directly but vectorization of the raster. Use a query like this:  
     102 * '''!OpenJump''' - !OpenJump will not display raster directly but a vectorization of the raster. Use a query like the following in the Layer->Execute Query dialog:  
    103103 
    104104{{{ 
     
    106106FROM rastertable 
    107107}}} 
     108 
     109 * '''QGIS''' - There is now a plugin for QGIS displaying PostGIS rasters. See [http://mapeandoobrasil.blogspot.com/2010/12/postgis-raster-plugin-para-qgis.html Mapeando o Brasil] and [http://pyqgis.org/repo/contributed the QGIS plugin page]. 
    108110 
    109111== More Info ==