Hello,
here is a very interesting slide show about the benchmark between these mapping servers. Unfortunately ESRI declined to take part in this competition.
<
Hope you liked it!
Hello,
here is a very interesting slide show about the benchmark between these mapping servers. Unfortunately ESRI declined to take part in this competition.
<
Hope you liked it!
Building a Spatial Data Infrastructure SDI for Web services and Web Mapping Applications
from Scratch – My Link Collection v 1.0
There are several Ways to setup a SDI with OGC Webservises! In this post I would like to introduce my approach to reach a complete free SDI with Linux, Geoserver and PostgreSQL.
The setup will be a Linux OS in VirtualBox 3.x:
|
|
VirtualBox: http://www.virtualbox.org/wiki/VirtualBox |
Linux in VM
Select one of the following Linux Distributions
|
|
CentOS (Redhead) Download: http://mirror.centos.org/centos/5/isos/ |
|
Good as server system but short release rotation |
|
|
Fedora11 |
|
Desktop system with less command-line input – also shot release rotation |
|
|
OpenSolaris |
|
Server-system. Big advantage is the connection to Java(Script) since OpenSolaris is from Sun |
|
|
Debian |
|
Long lifetime |
Java Runtime Environment 6
Setup JRE
|
|
Sun JRE 6 Java Environment 6 http://java.sun.com/javase/downloads/index.jsp Geoserver 2.0 does not require JDK anymore, just use the JRE |
|
Installing http://blog.razuna.com/2008/02/12/installing-the-latest-jre-6-on-centos-5/ |
|
GDAL – Geospatial Data Abstraction Library and Image IO-EXT GDAL http://docs.codehaus.org/display/GEOTOOLS/ImageIO-EXT+GDAL http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions https://imageio-ext.dev.java.net/files/documents/7505/133661/gdal_data-1.4.4.zip |
Apache2 – Tomcat
|
|
??? Need help at this step J |
PHP 5
|
|
aptitude install php5 or use yum / yumex to install php |
PostgreSQL & PostGIS the one and only DB
Your Db-System
|
|
PostgreSQL |
|
|
PostGIS |
The GeoServer Setup
The Server
|
|
Opensource for Geoinfrastructure: |
|
|
GeoServer |
|
|
GeoWebCache |
|
This is a very useful tool for low bandwidth and weak servers |
|
GeoStyler Another way to style a Layer |
|
|
This an experimental Project of OpenGeo |
|
|
GeoExt |
|
Print to PDFwith Geoserver |
|
GeoServer goes mobile http://geoserver.org/display/GEOS/GeoServer+Mobile+Edition+RnD |
Management and GIS Applications
|
|
pgAdminIII |
|
|
uDig User-friendly Desktop Internet GIS http://udig.refractions.net/ |
Developing Applications
|
|
Eclipse JavaScript IDE |
|
|
Netbeans is another IDE for developing Javascript |
|
|
GeoTools is an open source Java GIS toolkit http://www.geotools.org/quickstart.html http://geotoolsnews.blogspot.com/ http://www.osgeo.org/geotools |
Thanks to this blog and the way to lower the CPU usage your guest system is producing.
My poor confguration is a AMD 3000xp+ with 2Gb Ram and with this simple fix its working perfect. VBox drops down to <15% CPU
Here is the line for /boot/grub/menu.lst
su
***********
sudo gedit /boot/grub/menu.lst
kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet divider=10
restart
Have fun!