By default, OpenLabyrinth starts each map at the root node. But sometimes, you want to start from somewhere else in the case or map. For example, in one of our cases, we included a bunch of small sub-cases. In earlier versions of OLab, you could cheat and simply change the URL to point to the new starting node, but some changes in our security model now prevent this.
As a workaround to this, we have added the ability to redirect to a different starting point. The easiest way to see how this works is with the following set of URLs, how they used to be, and how they are now redirected:
We can replace links…
Boxer Bruce: http://vp.openlabyrinth.ca/renderLabyrinth/go/37/2285
Vomiting Vince: http://vp.openlabyrinth.ca/renderLabyrinth/go/37/1162
Agitated Adam: http://vp.openlabyrinth.ca/renderLabyrinth/go/37/1163
Joan is Worried: http://vp.openlabyrinth.ca/renderLabyrinth/go/37/2301
Alice in Slumberland: http://vp.openlabyrinth.ca/renderLabyrinth/go/37/2547
Ann with Green Labels: http://vp.openlabyrinth.ca/renderLabyrinth/go/37/2302
…with…
Boxer Bruce: http://vp.openlabyrinth.ca/renderLabyrinth/index/37?redirectToNode=2285
Vomiting Vince: http://vp.openlabyrinth.ca/renderLabyrinth/index/37?redirectToNode=1162
Agitated Adam: http://vp.openlabyrinth.ca/renderLabyrinth/index/37?redirectToNode=1163
Joan is Worried: http://vp.openlabyrinth.ca/renderLabyrinth/index/37?redirectToNode=2301
Alice in Slumberland: http://vp.openlabyrinth.ca/renderLabyrinth/index/37?redirectToNode=2547
Ann with Green Labels: http://vp.openlabyrinth.ca/renderLabyrinth/index/37?redirectToNode=2302
I hope that makes sense now.