Personal tools
You are here: Home Documentation How-tos Integrating InterMap opensource
Document Actions

Integrating InterMap opensource

This How-to applies to: 2.1

This document explains howto create a GeoNetwork opensource installer with InterMap opensource integrated.
InterMap opensource is a generic interactive map viewer application supporting Open Geospatial Consortium WMS and ESRI®-ArcIMS Web Map Services. GeoNetwork opensource can be configured to automatically open Map Services in InterMap opensource for viewing and combining with other layers.
The following steps have to be taken to create a GeoNetwork opensource installer that contains InterMap opensource:

Prerequisites:
- A working Java Developer Kit J2SDK1.4 (see http://java.sun.com)
- A working Apache Ant Java based build tool (see http://ant.apache.org) or another Java IDE capable of running Ant build scripts.

..\workspace\geonetwork_2
and

..\workspace\intermap_2
  • Edit the ..\installer\geonetwork.properties file in a text editor and make sure the location of the InterMap opensource folder is set correctly (you can use a relative path as is done i the properties file). If you used the folder names as given above, you don't have to change this location.
  • Run the build script from a commandline window, e.g.:
change directory to the ..\geonetwork_2\installer directory and run
ant -f build-integrated.xml

This should build the two projects and generate one installer file located in the ..\geonetwork_2 folder, named geonetwork-intermap-2.1.0-install.jar (version number may differ)

After installation and startup of the system, you should be able to access InterMap opensource from your browser at http://localhost:8080/intermap (again, location may differ on how you installed/ configured your webserver)
by Admin last modified 2007-03-14 01:56 Creative Commons - http://creativecommons.org/licenses/by/2.5/

Creative Commons License
This work is licensed under a Creative Commons Attribution-No Derivative Works 3.0 Unported License.

Powered by Plone CMS, the Open Source Content Management System