jmlondon / pathroutr

R package for routing tracks around barrier polygons
https://jmlondon.github.io/pathroutr/
16 stars 2 forks source link

Error in sf::st_union(.) : object 'aug_pts' not found #13

Closed dcmo closed 1 year ago

dcmo commented 3 years ago

In prt_visgraph on rows 86 and 108 aug_pts is used instead of aug_points, causing an error if additional nodes used.

jmlondon commented 1 year ago

should be fixed with #21