Region no longer contains ways. Ways are Edges added to nodes.
Combined outputfiles into single Regionfile.
This commit is contained in:
@ -50,7 +50,7 @@ namespace OSMImporter
|
||||
public OsmNode? GetNode(Coordinates coordinates)
|
||||
{
|
||||
Region regionWithNode = GetRegion(coordinates);
|
||||
return regionWithNode.GetNodeWithCoordinates(coordinates);
|
||||
return regionWithNode.GetNode(coordinates);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user