Mercurial > dive4elements > http-client
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/demo-config.conf Thu Feb 17 10:31:40 2011 +0000 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration> + <artifact-server> + <host>http://localhost</host> + <port>8181</port> + </artifact-server> + <artifact> + <fis>fis_marnet</fis> + <product>Zeitserie</product> + <areaid>No Selection</areaid> + <featureid>Arkona Basin Buoy</featureid> + <vectorscalar>Skalare Werte</vectorscalar> + <parameterid>Salzgehalt [pSal],Lufttemperatur [degC]</parameterid> + <measurementid>10.0,-2.0</measurementid> + <minvalue>2009.09.26 10:00:00</minvalue> + <maxvalue>2009.12.09 04:00:00</maxvalue> + </artifact> + <output> + <type>chart</type> + <mime-type>image/png</mime-type> + <width>500</width> + <height>250</height> + <points>false</points> + <directory>./diagrams</directory> + </output> +</configuration>