broken
This commit is contained in:
parent
0e70c72562
commit
cb0442d760
@ -15,6 +15,7 @@ public class TmpWay
|
||||
|
||||
public static TmpWay FromBytes(byte[] bytes)
|
||||
{
|
||||
throw new NotImplementedException();/*
|
||||
using (MemoryStream m = new MemoryStream(bytes)) {
|
||||
using (BinaryReader r = new BinaryReader(m))
|
||||
{
|
||||
@ -25,6 +26,6 @@ public class TmpWay
|
||||
wayNodeIds[i] = r.ReadUInt64();
|
||||
return new TmpWay(id, wayNodeIds);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user