diff --git a/OsmXmlToRegionConverter/TmpWay.cs b/OsmXmlToRegionConverter/TmpWay.cs index 83f7115..4a1b7e0 100644 --- a/OsmXmlToRegionConverter/TmpWay.cs +++ b/OsmXmlToRegionConverter/TmpWay.cs @@ -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); } - } + }*/ } } \ No newline at end of file