Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/artifacts/map.xml @ 2089:0da8874bd378
Added initial state to map artifact to be able to advance and step back.
The map artifact overrides describe() to have the complete UI information in the
describe response document.
flys-artifacts/trunk@3613 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 06 Jan 2012 12:02:10 +0000 |
parents | 007a8f5ed9f1 |
children | 2f5cb58e662e |
comparison
equal
deleted
inserted
replaced
2088:701658081f4f | 2089:0da8874bd378 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <artifact name="map"> | 2 <artifact name="map"> |
3 <states> | 3 <states> |
4 <state id="state.map.new" description="state.map.new" state="de.intevation.flys.artifacts.MapArtifact$MapState"> | 4 <state id="state.map.river" description="state.winfo.river" state="de.intevation.flys.artifacts.states.RiverSelect"> |
5 <data name="river" type="String" /> | 5 <data name="river" type="String" /> |
6 </state> | |
7 | |
8 <transition transition="de.intevation.flys.artifacts.transitions.DefaultTransition"> | |
9 <from state="state.map.river"/> | |
10 <to state="state.map.new"/> | |
11 </transition> | |
12 | |
13 <state id="state.map.new" description="state.map.new" state="de.intevation.flys.artifacts.MapArtifact$MapState"> | |
6 <outputmodes> | 14 <outputmodes> |
7 <outputmode name="floodmap" description="output.uesk.map.description" type="map"> | 15 <outputmode name="floodmap" description="output.uesk.map.description" type="map"> |
8 <facets> | 16 <facets> |
9 <facet name="floodmap.wsplgen"/> | 17 <facet name="floodmap.wsplgen"/> |
10 <facet name="floodmap.barriers"/> | 18 <facet name="floodmap.barriers"/> |