This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== The setup | |
This is a simple map. | |
//setup | |
//hide | |
[source,cypher] | |
---- | |
CREATE (s1:Stop {name:"First Stop"}) | |
CREATE (s2:Stop {name:"Second Stop"}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== The setup | |
This is a map that contains a 'shortcut' from s1 to s4 (without going through s2 and s3). | |
//setup | |
//hide | |
[source,cypher] | |
---- | |
CREATE (s1:Stop {name:"First Stop"}) | |
CREATE (s2:Stop {name:"Second Stop"}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= Bus line network and routing | |
http://www.ratp.fr/informer/pdf/orienter/f_plan.php?loc=reseaux&nompdf=rer_a&fm=gif | |
== The setup | |
This is the bus network for one Bus line `21` with a number of bus stops. | |
//setup | |
//hide |
NewerOlder