From: <svn...@os...> - 2012-03-04 11:52:55
|
Author: jive Date: 2012-03-04 03:52:48 -0800 (Sun, 04 Mar 2012) New Revision: 38606 Modified: trunk/docs/user/unsupported/process/process-raster.rst Log: Fix the different process module pages Signed-off-by: Jody Garnett <jod...@gm...> Modified: trunk/docs/user/unsupported/process/process-raster.rst =================================================================== --- trunk/docs/user/unsupported/process/process-raster.rst 2012-03-04 11:05:40 UTC (rev 38605) +++ trunk/docs/user/unsupported/process/process-raster.rst 2012-03-04 11:52:48 UTC (rev 38606) @@ -1,14 +1,14 @@ -Process Feature Plugin +Process Raster Plugin ---------------------- -The gt-process-feature plugin gathers up a number of high quality processes for working with -vector information. +The gt-process-raster plugin a provides a number of ready to use raster processign chains - and +provide a great example of how to work with rasters. **Maven**:: <dependency> <groupId>org.geotools</groupId> - <artifactId>gt-process-feature</artifactId> + <artifactId>gt-process-raster</artifactId> <version>${geotools.version}</version> </dependency> |