fixed missing oneway streets without "forward" tag

This commit is contained in:
glax 2023-04-13 00:18:30 +02:00
parent 308579279b
commit c373451007

View File

@ -159,7 +159,7 @@ public class RegionConverter
WriteTags(ref regionTagsFileStreams, ref writtenWayTagsInRegion, nodeRegions[node2Id],
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,
nodeRegions[node2Id]);