Renamed OsmWay -> OsmEdge again
Prevented duplicate writes of Tags for way
This commit is contained in:
@ -7,7 +7,7 @@ public class Region
|
||||
{
|
||||
[NonSerialized]public const float RegionSize = 0.1f;
|
||||
public readonly HashSet<OsmNode> nodes = new();
|
||||
public readonly HashSet<OsmWay> ways = new();
|
||||
public readonly HashSet<OsmEdge> ways = new();
|
||||
public ulong regionHash { get; }
|
||||
public TagManager tagManager { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user