This project originates in the problems associated with giving hikers information about which terrain, cabins and certain routes to follow. Making such information may be done dynamically with the use of a database and dynamic webpages. Such solutions are mainly expensive and the "market" for such an application is not big - considering the fact that these are often non-commercial activities.
Based on my own experiences in Trondhjems Turistforening, a local hikers association in Norway, I have developed an information system for hiking associations. The system is well suited for use among the operative member associations of the Norwegian Mountain Touring Association.
Several problems are addressed:
Static information: | Dynamic info: |
|
|
Mountain associations are often based on voluntarily work. this work is primarily based on voluntarily work done by Ragnvald Larsen
This particular project is based on several ASP-scripts
generating webpages based on information residing in an Access 2000
database.
The system is run on an Microsoft IIS-server.
The most interesting part of this solution is probably
the
node-system:
I the database the main units are huts, segments, nodes and lookups. Se both table beneath and diagram above:
Hut (H) | Segments (S) | Nodes (N) | Lookup (L) |
|
|
|
|
By building the database supporting this structure one may build a substancial network of nodes and segments with different types of Lookup-information. This has been done for Trondhjems Turistforening where currently 171 segments, 59 cabins and 118 nodes are described in an implementation of Sherpa.
In this Open Source project we aim to make a all-round information system for hikers and hiker associations. The aim is to use the robust database design(?) to support different modules. Some work lies ahead. I hope for your help!