Mercurial > dive4elements > gnv-client
comparison doc/config-manual/config-manual.txt @ 904:7b0516f3e03a
Added a first draft for a config manual for artifact server
doc/trunk@1038 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Fri, 30 Apr 2010 06:31:52 +0000 |
parents | |
children | 754c09cd1d0c |
comparison
equal
deleted
inserted
replaced
903:26ad4ca3cede | 904:7b0516f3e03a |
---|---|
1 Configuration of the GNV Artifact Server | |
2 | |
3 1. Overview of Artifact Server | |
4 | |
5 artifact-server | |
6 |-- artifactdb | |
7 |-- bin | |
8 | `-- lib | |
9 |-- cache | |
10 |-- conf | |
11 | |-- maptemplates | |
12 | |-- palette | |
13 | `-- products | |
14 |-- install | |
15 | `-- debian | |
16 |-- mapfiles | |
17 `-- shapefiles | |
18 | |
19 2. General settings | |
20 - structure of conf.xml | |
21 - Port | |
22 - Logging | |
23 - ... | |
24 | |
25 | |
26 3. Model of transitions | |
27 General principle of model of transitions | |
28 - FIS -> product -> transitions in data model | |
29 | |
30 Adding a new FIS and product | |
31 - One short example: using timeseries on ArcMarineBSH TimeSeries | |
32 | |
33 4. Configuring diagrams | |
34 Global template | |
35 Configuring 2D-diagrams | |
36 - matching mechanism | |
37 | |
38 | |
39 5. Map Generator | |
40 General functionality | |
41 Configuring new maps | |
42 Self generated layers: Cross Sections | |
43 - matching mechanism | |
44 Complex data models from central datawarehouse | |
45 - matching mechanism | |
46 | |
47 4. Other configurations | |
48 - gap detection | |
49 - cache cleaner |