For this, draw a line from one clicked point in the map to another clicked point. How I'll attempt this would be to use [Bresenham's algorithm](https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm) to determine how the "line" should be drawn.