Skip to content

Commit

Permalink
Added bug fix for line segment for multilinestring (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
omanges authored Mar 25, 2021
1 parent b9370c5 commit fd64c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turfpy/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def line_segment(

def callback_flatten_each(feature, feature_index, multi_feature_index):
line_segment_feature(feature, results)
return True

flatten_each(geojson, callback_flatten_each)

Expand Down

0 comments on commit fd64c4e

Please sign in to comment.