test
This commit is contained in:
parent
1384abfaf2
commit
6eae4df1f3
@ -1,3 +1,4 @@
|
||||
Logging.Logger logger = new Logging.Logger(Logging.LogType.Console, Logging.loglevel.DEBUG);
|
||||
//test
|
||||
Logging.Logger logger = new Logging.Logger(Logging.LogType.Console, Logging.loglevel.DEBUG);
|
||||
Dictionary<UInt64, Graph.Node> nodes = OpenStreetMap_Importer.Importer.Import(logger);
|
||||
new astar.Astar(nodes, logger);
|
Loading…
Reference in New Issue
Block a user