Mercurial > dive4elements > http-client
comparison conf/demo-config.conf @ 0:a1db30b33f43
Moved the experimental branch 'work-on-gwt' of the console-client to an own module 'http-client' and removed the console-client.
http-client/trunk@1323 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 17 Feb 2011 10:31:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a1db30b33f43 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <configuration> | |
3 <artifact-server> | |
4 <host>http://localhost</host> | |
5 <port>8181</port> | |
6 </artifact-server> | |
7 <artifact> | |
8 <fis>fis_marnet</fis> | |
9 <product>Zeitserie</product> | |
10 <areaid>No Selection</areaid> | |
11 <featureid>Arkona Basin Buoy</featureid> | |
12 <vectorscalar>Skalare Werte</vectorscalar> | |
13 <parameterid>Salzgehalt [pSal],Lufttemperatur [degC]</parameterid> | |
14 <measurementid>10.0,-2.0</measurementid> | |
15 <minvalue>2009.09.26 10:00:00</minvalue> | |
16 <maxvalue>2009.12.09 04:00:00</maxvalue> | |
17 </artifact> | |
18 <output> | |
19 <type>chart</type> | |
20 <mime-type>image/png</mime-type> | |
21 <width>500</width> | |
22 <height>250</height> | |
23 <points>false</points> | |
24 <directory>./diagrams</directory> | |
25 </output> | |
26 </configuration> |