mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
825a5466ec
views, e.g. images of a certain terrain/area (possibly containing three dimensional objects, e.g. building or trees) rendered from a requested viewpoint. For this purposes the WPVS needs to process and render different kinds of geospatial data which is retrieved from different pre-configured datasets. These datasets can be remote OGC web services or locally installed deegree 2 web services. WWW: http://www.deegree.org/ PR: ports/133811 Submitted by: wenheping at gmail.com
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
==========================================================================
|
|
To start DeeGree correctly, please set the variable JAVA_OPTS with:
|
|
|
|
setenv JAVA_OPTS "-server -Xms256m -Xmx512m"
|
|
|
|
Now you should start your Tomcat server and browse with:
|
|
http://your-server:8180/deegree-wcs
|
|
|
|
Enjoy it !
|
|
==========================================================================
|