Now working with tags
This commit is contained in:
parent
15628d3544
commit
c2cadd678c
@ -17,7 +17,10 @@ public class Server
|
||||
Console.WriteLine("Loaded");
|
||||
RegionLoader rl = new RegionLoader("D:/map");
|
||||
Region r = rl.GetRegion(13870001898000);
|
||||
|
||||
Console.WriteLine(r.nodes.First());
|
||||
Console.WriteLine(r.ways.First());
|
||||
Console.WriteLine(rl.GetTagsForWay(13870001898000, 5897420)!.Last());
|
||||
Console.WriteLine("Region loaded");
|
||||
|
||||
/*
|
||||
Coordinates start = new Coordinates(48.243351f, 11.640417f);
|
||||
|
Loading…
Reference in New Issue
Block a user