Creating a Transport Network
In this example, the Actions are used to create a "transport network" containing roads, railways, and stations, using Network Graphs.
We construct this network graph in stages, using multiple Actions and applying name parameters when adding features to differentiate between the current object and what it is being compared to.
The first Action will add Roads to the transport network.
Adds the root Road object and loops over the other Road objects
The second Action does the same thing for the Railways.
The third Action, creates Stations where the Roads and Railways intersect.


