diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 09:19:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 09:19:43 +0000 |
commit | 9780f18e7f2324c2172ca352710e00c7e81ba224 (patch) | |
tree | f3261b72727c1f7fc91e97cc15a64da18783f48d /graphics/Makefile | |
parent | Deegree iGeoPortal is the web-based portal framework of deegree. It (diff) |
deegree's Web Coverage Service (WCS) is able to read coverages from
different storage formats and deliver it to any client that is able to
perform an according HTTP GET or POST request. At the moment supported
formats are limited to several raster data formats; but in general a
coverage has not to be a raster dataset at all.
WWW: http://www.deegree.org/
PR: ports/133805
Submitted by: wenheping at gmail.com
Notes
Notes:
svn path=/head/; revision=232565
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 10695940f828..889994d9539c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -92,6 +92,7 @@ SUBDIR += dcraw SUBDIR += deegree-csw SUBDIR += deegree-igeoportal + SUBDIR += deegree-wcs SUBDIR += demeter SUBDIR += devil SUBDIR += dia |