@@ -50,7 +50,7 @@ The `LocalMovementStrategy`-interface provides a method to compute routing-infor
#### RealWordlSreetsMovement ####
This class (`de.tud.kom.p2psim.impl.topology.movement.local.RealWorldStreetsMovement`) does load the routing information out of a provided osm-data file. If the available data in the osm-file does not have enough information to route a node, the node will stay at its place (e.g. when the available data only covers Darmstadt, but you want to route in Frankfurt). The following values can be specified for this class:
+ OSMFileLocation: Set the path to the osm-data-file
+ OSMFileLocation: Set the path to the osm-data-file, map files of many big cities can be downloaded from https://mapzen.com/data/metro-extracts/
+ GraphFolderFiles: The routing engine stores some temporary data in this folder. If you change some of the parameters, the engine will get in trouble. Simply then delete the content of the folder before starting the simulation.
+ MovementType: The routing enginge can walk through the world as a pedestrian, by bike or by car. The possible values are {foot, bike, car}
+ NavigationalType: You can specify in which mode the routing engine should calculate the best way to the destination. Possible values are {fastest, shortest}