Mercurial > dive4elements > gnv-client
comparison doc/config-manual/config-manual.txt @ 1138:2c00570ab3bd
merged doc
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:02 +0200 |
parents | 4d1a1917282d |
children |
comparison
equal
deleted
inserted
replaced
1129:ccfa07b88476 | 1138:2c00570ab3bd |
---|---|
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 SQL: | |
34 Clarify the special mechanism of the internal functions | |
35 ST_ASTEXT(SHAPE) | |
36 ST_ASTEXT(RASTER) | |
37 | |
38 | |
39 4. Configuring diagrams | |
40 Global template | |
41 Configuring 2D-diagrams | |
42 - matching mechanism | |
43 | |
44 | |
45 5. Map Generator | |
46 General functionality | |
47 Configuring new maps | |
48 Self generated layers: Cross Sections | |
49 - matching mechanism | |
50 Complex data models from central datawarehouse | |
51 - matching mechanism!!!!! | |
52 | |
53 4. Other configurations | |
54 - gap detection: | |
55 %% FIXME HP: Meaning of keys time gap defintions (time_gap def.xml) | |
56 %% Gaps are defined in WIKI of BSH. mediawiki/index.php/MEDIAN_Coded_Value_Domains#TSIntervalTypes | |
57 %% FIXME HP: Gaps in verticalprofiles? configurable? | |
58 - cache cleaner | |
59 |