GeoServer: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
Zeile 12: Zeile 12:
 
* run Tomcat with export JAVA_OPTS='-Djava.awt.headless=true' (see [http://docs.codehaus.org/display/GEOSDOC/Running+the+WMS+on+Linux GEOSDOC])
 
* run Tomcat with export JAVA_OPTS='-Djava.awt.headless=true' (see [http://docs.codehaus.org/display/GEOSDOC/Running+the+WMS+on+Linux GEOSDOC])
 
* deploy it in webapps by moving the war file there and restart Tomcat
 
* deploy it in webapps by moving the war file there and restart Tomcat
* To use a geoserver in a production environnent (i.e. with large raster data), the documentation [http://geoserver.org/display/GEOSDOC/2.6+GeoServer+in+Production+Environment GEOSDOC] tells that the JAI extension should be natively installed.
+
 
 +
High performance coverage/raster data serving:
 +
* To use a geoserver in a production environnent (i.e. with large raster data), the documentation [http://geoserver.org/display/GEOSDOC/2.6+GeoServer+in+Production+Environment GEOSDOC] tells that the JAI extension should be natively installed.  
 +
* The documentation also says that the best file format to use is tiled GeoTIFF.
 +
* See [[GDAL]] and [http://geoserver.org/display/GEOSDOC/High+performance+coverage+serving]
  
 
== Weblinks ==
 
== Weblinks ==
* [http://oegeo.wordpress.com/2008/05/20/the-5-minute-guide-to-setting-up-geoserver-and-geowebcache-on-windows/#more-44 The 5 minute guide to setting up GeoServer and GeoWebCache on Windows]
+
* [http://oegeo.wordpress.com/2008/05/20/the-5-minute-guide-to-setting-up-geoserver-and-geowebcache-on-windows/#more-44 The 5 minute guide to setting up GeoServer and GeoWebCache on Windows].
  
 
== Notizen ==
 
== Notizen ==

Version vom 20. Dezember 2008, 22:34 Uhr

Programm und Open Source-Projekt für einen Kartenserver. Dieser kann - im Gegensatz zum UMN MapServer - speziell auch zur Aktualisierung von Vektordaten (WFS-T) verwendet werden.

GeoServer ist in Java geschrieben und nutzt verschiedene Basisbibliotheken, wie z.B. die Java Topology Suite (JTS). Der GeoServer kann kein WMS als Datenquelle lesen.

Siehe auch: Open Geo-Stack sowie MapServer, WFS-T, SLD.

Software und Tools

How To Install

  • run Tomcat with export JAVA_OPTS='-Djava.awt.headless=true' (see GEOSDOC)
  • deploy it in webapps by moving the war file there and restart Tomcat

High performance coverage/raster data serving:

  • To use a geoserver in a production environnent (i.e. with large raster data), the documentation GEOSDOC tells that the JAI extension should be natively installed.
  • The documentation also says that the best file format to use is tiled GeoTIFF.
  • See GDAL and [1]

Weblinks

Notizen

Der GeoServer kann u.a. ...:

  • ...

Der GeoServer kann u.a. (noch) *keine*...:

  • keine Shapefiles einlesen (lieber ab DB)