Skip to content
Prev 21822 / 29559 Next

Shortest distance between points within a polygon

One way would be to calculate the distance and see if the line connecting
the dots intersects with the polygon edge. `rgeos` package would be the
tool of trade for this.

Cheers,
Roman

On Mon, Oct 13, 2014 at 12:54 PM, Ruari Rhodes <r.rhodes at pgr.reading.ac.uk>
wrote: