欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GeoServer
来自开放百科 - 灰狐
(版本间的差异)
第13行: | 第13行: | ||
客户端: http://localhost:8080/geoserver/mapPreview.do | 客户端: http://localhost:8080/geoserver/mapPreview.do | ||
==Maven== | ==Maven== | ||
− | svn checkout https://svn.codehaus.org/geoserver/trunk/geoserver | + | svn checkout https://svn.codehaus.org/geoserver/trunk/geoserver geoserver |
cd geoserver | cd geoserver | ||
mvn compile | mvn compile | ||
第29行: | 第29行: | ||
mvn install // Alternate data_dir configuration | mvn install // Alternate data_dir configuration | ||
mvn run -DGEOSERVER_DATA_DIR=/Users/cholmes/gs-dir | mvn run -DGEOSERVER_DATA_DIR=/Users/cholmes/gs-dir | ||
+ | more detail: http://docs.codehaus.org/display/GEOSDOC/2+Maven+Quickstart | ||
==Links== | ==Links== | ||
*http://geoserver.org/ | *http://geoserver.org/ |
2008年1月4日 (五) 13:29的版本
GeoServer项目基于J2EE平台,实现OpenGIS联合会的WFS(Web Feature Server)和WCS(Web Coverage Server)标准,并提供集成的WMS(Web Map Server)。
- WFS(Web Feature Server) 网络: Communicates real geographic data (roads, rivers etc.) to and from the user in the form og GML(Geography Markup Language).
- WCS(Web Coverage Server) 网络覆盖服务:
- WMS(Web Map Server) 网络地图服务: Displays geographic data as raster(栅格) images (maps).如 Google Map
GeoServer使用了 OpenLayers 技术作为其地图的展现层。
Install
获得 geoserver-1.6.0-RC2.exe, 包含 Jetty Web Server 安装后启动服务 服务端: http://localhost:8080/geoserver 用户名是 'admin',密码是'geoserver' 客户端: http://localhost:8080/geoserver/mapPreview.do
Maven
svn checkout https://svn.codehaus.org/geoserver/trunk/geoserver geoserver cd geoserver mvn compile mvn install cd .. mkdir configuration cd configuration svn checkout https://svn.codehaus.org/geoserver/trunk/configuration/release mvn install -DconfigId=release -DconfigDirectory=../../configuration mvn jetty:run http://localhost:8080/geoserver/welcome.do or mvn -o jetty:run // Offline Mode or mvn install // Alternate data_dir configuration mvn run -DGEOSERVER_DATA_DIR=/Users/cholmes/gs-dir
more detail: http://docs.codehaus.org/display/GEOSDOC/2+Maven+Quickstart
Links
分享您的观点