Sort latitude and longitude coordinates into clockwise ordered quadrilateral
Given the points: 4 + [d] [g] | 3 [a] [e] | 2 + [f] [h] | 1 + [b] | 0 +—-+—[c]—+—-+—-+—-+ 0 1 2 3 4 5 6 you want to find the following bound walk: 4 + ___[d]————[g] | __/ \ 3 [a]/ [e]__ \ | \ \_ “`— \ 2 + … Read more