1

I am trying to create a polygon from the boxes i obtain from the routeboxer algorithm. I am new to GIS and was looking for some pointers. I am also looking at the JSTS library but I think it can only give me intersections. I couldn't find much documentation anywhere.

Is there a way I can combine the boxes to form a polygon so a single $within query can do the trick. Thanks.

amit
  • 10,133
  • 22
  • 72
  • 121

1 Answers1

0

This is a computational geometry problem and you can use the algorithm described here.

Take a look at this post!

Community
  • 1
  • 1
Themis Beris
  • 980
  • 1
  • 11
  • 25