Installation of GIS Tools on Windows
Suggest these CLI tools for data manipulation:
GDAL
For ogr2ogr, gis.import_admin_areas etc
- Download the latest 32-bit version.
- Install both the Windows binaries & the Python bindings.
- set your GDAL_DATA environment variable correctly
- ensure that the GDAL folder is in your PATH *before* any folders with different DLL versions
PostGIS
Alternatively these can be installed as part of OpenGeoSuite
Java
- Download the JDK & install it:
jdk-6u21-windows-i586.exe
- Download the JAI & install it:
jai-1_1_3-lib-windows-i586-jdk.exe
- Download the JAI ImageI/O & install it:
jai_imageio-1_1-lib-windows-i586-jdk.exe
Apache Tomcat
Tomcat is the recommended way to deploy Java applications
WMS/WFS
GeoServer
(recommended)
- Download GeoServer & install it:
geoserver-2.0.2.exe
e.g. included as part of OpenGeoSuite
http://geo.host.domain:8080/geoserver
Configure:
MapServer
- TinyOWS can complement this for WFS-T
Printing
For Printing TMS layers, need to compile the Trunk version of the MapFish Print Module & then serve the resultant .war with Tomcat:
- Ensure that
JAVA_HOME
points to a JDK. - Download & build source (svn can be installed using Cygwin):
svn checkout http://www.mapfish.org/svn/mapfish/print/trunk/ cd trunk ./gradlew build
- Configure Tomcat
tbc
- Copy the WAR file to your %WEBAPPS% directory:
copy trunk\build\libs\print-servlet-1.2-SNAPSHOT.war "C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps"
- (re)Start Tomcat
- Configure the Map URL for Eden to:
- Configure %WEBAPPS%\print-servlet-1.2-SNAPSHOT\config.yaml: http://www.mapfish.org/doc/print/configuration.html
TileCache
- http://tilecache.org
- http://oegeo.wordpress.com/2008/03/08/the-5-minute-guide-to-setting-up-tilecache-on-windows/
- Install Python & PIL & pyproj [_imagingft.pyd fails with PIL-1.1.7 (on 64-bit Windows7 anyway), so downgrade]
- http://oegeo.wordpress.com/2008/03/08/the-5-minute-guide-to-setting-up-tilecache-on-windows/
- http://geowebcache.org
- e.g. included as part of OpenGeoSuite
Last modified
12 years ago
Last modified on 05/14/13 12:08:27
Note:
See TracWiki
for help on using the wiki.