wiki:GIS/InstallationGuidelines/Windows

Version 5 (modified by Fran Boon, 12 years ago) ( diff )

--

Installation of GIS Tools on Windows

Suggest these CLI tools for data manipulation:

GDAL

For ogr2ogr, gis.import_admin_areas etc

PostGIS

Alternatively these can be installed as part of OpenGeoSuite

Java

Apache Tomcat

Tomcat is the recommended way to deploy Java applications

WMS/WFS

GeoServer

(recommended)

e.g. included as part of OpenGeoSuite

http://geo.host.domain:8080/geoserver

Configure:

MapServer

Printing

For Printing TMS layers, need to compile the Trunk version of the MapFish Print Module & then serve the resultant .war with Tomcat:

  1. Ensure that JAVA_HOME points to a JDK.
  2. Download & build source (svn can be installed using Cygwin):
    svn checkout http://www.mapfish.org/svn/mapfish/print/trunk/
    cd trunk
    ./gradlew build
    
  3. Configure Tomcat

tbc

  1. 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"
    
  2. (re)Start Tomcat
  3. Configure the Map URL for Eden to:
  4. Configure %WEBAPPS%\print-servlet-1.2-SNAPSHOT\config.yaml: http://www.mapfish.org/doc/print/configuration.html

TileCache


UserGuidelinesGISData

Note: See TracWiki for help on using the wiki.