Skip to content

Commit

Permalink
Re-fixed roads
Browse files Browse the repository at this point in the history
  • Loading branch information
sambowers committed Oct 23, 2018
1 parent 6018234 commit c664ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biota/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def maskShapefile(tile, shp, buffer_size = 0., field = None, value = None, locat

for part in range(n_parts):

start_index = shape.parts[part]-1
start_index = shape.parts[part]
end_index = shape.parts[part+1]

points = shape.points[start_index:end_index] #Map coordinates
Expand Down

0 comments on commit c664ab5

Please sign in to comment.