CUTR-at-USF / OpenTripPlanner-for-Android

An Android app for multi-modal trip planning and navigation using any OpenTripPlanner server.
Other
130 stars 91 forks source link

LocationUtil.checkPointInBoundingBox() incorrectly returns false #477

Closed barbeau closed 8 years ago

barbeau commented 8 years ago

For some reason OTP Android is incorrectly returning false when checking if the lat/long: 28.05866283764341,-82.41802878677845

...is within the following bounding box (lowerleftLat, lowerLeftLong, upperRightLat, upperLeftLong): 24.5454892,-124.16933,49.273757,-69.965541

barbeau commented 8 years ago

Github incorrectly closed this issue due to the reference in commit https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/commit/7d6799ff8ff1e5be07f25ef1ba9066237f6ce628. I'm pushing a real fix for this shortly.