First time here? Check out the FAQ!
answered 2013-07-30 00:56:47 -0600
I solved the problem with a trick.For angles that are on the border append new feature to query list.
if (new_angle < thresh) addNewFeature(x,y,359); if (new_angle > 360 - thresh) addNewFeature(x,y,0);