fixed missing oneway streets without "forward" tag
This commit is contained in:
parent
308579279b
commit
c373451007
@ -159,7 +159,7 @@ public class RegionConverter
|
|||||||
WriteTags(ref regionTagsFileStreams, ref writtenWayTagsInRegion, nodeRegions[node2Id],
|
WriteTags(ref regionTagsFileStreams, ref writtenWayTagsInRegion, nodeRegions[node2Id],
|
||||||
currentTags, outputPath);
|
currentTags, outputPath);
|
||||||
}
|
}
|
||||||
else if (currentTags.ContainsKey(Tag.TagType.forward) && (bool)currentTags[Tag.TagType.forward])
|
else
|
||||||
{
|
{
|
||||||
OsmEdge n12e = new OsmEdge(currentTags[Tag.TagType.id], node1Id, node2Id,
|
OsmEdge n12e = new OsmEdge(currentTags[Tag.TagType.id], node1Id, node2Id,
|
||||||
nodeRegions[node2Id]);
|
nodeRegions[node2Id]);
|
||||||
|
Reference in New Issue
Block a user