Mercurial > dive4elements > gnv-client
annotate gnv/src/test/ressources/externalinterfacecall.xml @ 409:df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
gnv/trunk@599 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 11:28:25 +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> |