No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<div class="seqdiag" style="height: 600px">
<div style="float: left; width: 60%">
'''Event''': Start: [[Start date::{{{Start date}}}]];
End: [[End date::{{{End date}}}]]


[[Location::{{{Location}}}]]
seqdiag {
{{ #set: GPS={{ #geocode: {{{Location}}} }}}}
  clientTracerouteRunner;
[[Events|Browse all events]]
  clientBrowser;
</div>
  transitionServer;
<div style="float: right; width: 37%">
  extantServer;
{{
 
#display_map: New York City
  clientTR -> transitionServer [label =  "submits traceroute output"];
| service=openlayers
  transitionServer -> transitionServer [label = "parses output"];
| layers=google
  transitionServer -> extantServer [label = "submits parsed output"];
}}
  extantServer -> transitionServer [label = "sends traceroute id"];
  transitionServer -> client [label = "sends traceroute id"];
  clientBrowser --> transitionServer [label = "requests map view via traceroute id"];
  clientBrowser --> extantServer [label = "requests detail view"];
 
}




</div>
</div>
<br style="clear:both" />
[[Category:Events]]
</includeonly>

Latest revision as of 23:13, 28 June 2012

seqdiag {

 clientTracerouteRunner;
 clientBrowser;
 transitionServer;
 extantServer;
 clientTR -> transitionServer [label =  "submits traceroute output"];
 transitionServer -> transitionServer [label = "parses output"];
 transitionServer -> extantServer [label = "submits parsed output"];
 extantServer -> transitionServer [label = "sends traceroute id"];
 transitionServer -> client [label = "sends traceroute id"];
 clientBrowser --> transitionServer [label = "requests map view via traceroute id"];
 clientBrowser --> extantServer [label = "requests detail view"];

}