annotate gnv/src/test/ressources/externalinterfacecall.xml @ 407:55dae5bb76db

Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart. gnv/trunk@583 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 20 Jan 2010 14:44:39 +0000
parents 24a6c0cb0a62
children
rev   line source
403
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
2 <gnviewer>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
3 <mapservices>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
4 <mapservice id="foo" type="arcims" url="http://foo.bar.de">
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
5 <layer id="layer0" name="Layer 0"/>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
6 <layer id="layer1" name="Layer 1">
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
7 <layer id="layer2" name="Layer 2"/>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
8 <layer id="layer3" name="Layer 3"/>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
9 </layer>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
10 <layer id="layern" name="Layer N"/>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
11 </mapservice>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
12 <mapservice id="foo1" type="wms" url="http://foo1.bar.de">
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
13 <layer id="layer0" name="Layer 0"/>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
14 <layer id="layer1" name="Layer 1"/>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
15 </mapservice>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
16 </mapservices>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
17 <location>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
18 <srs>EPSG:4324</srs>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
19 <data>POINT(8.6 56.0)</data>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
20 </location>
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
21 </gnviewer>

http://dive4elements.wald.intevation.org