Skip to content

Commit f1b5422

Browse files
committed
fix for issue #138, skipping way features with incomplete node information
1 parent a43442c commit f1b5422

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/OSMGeoProcessing/OSMToolHelper.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,6 +2533,8 @@ internal void smallLoadOSMWay(string osmFileLocation, string sourcePointsFeature
25332533
#endif
25342534
}
25352535
}
2536+
else
2537+
continue;
25362538
}
25372539
else
25382540
{
@@ -2604,6 +2606,8 @@ internal void smallLoadOSMWay(string osmFileLocation, string sourcePointsFeature
26042606
#endif
26052607
}
26062608
}
2609+
else
2610+
continue;
26072611
}
26082612

26092613

0 commit comments

Comments
 (0)