ope21 / routeboxer-java

Automatically exported from code.google.com/p/routeboxer-java
0 stars 0 forks source link

Bug correction #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using the Google direction API webservice, get the path overview
2. Pass the path overview to ROuteBoxer.java, that will call the box function 
3. Result contains the number of boxes with coordinates
4. Coordinates from boxes doesnot match with the route, hence the fence is 
created somewhere in the map but not on the route
5. Clarified with RouteBox javaScript, that gives the exact coordinates. Number 
of boxes returned by Java program id much more than the boxes returned by Java 
script(Note: Parameters are same)

What is the expected output? What do you see instead?
Not getting the expected coordinates for creating a fence for the route

What version of the product are you using? On what operating system?
Google maps V3 on windows 7

Please provide any additional information below.

Original issue reported on code.google.com by sunilam...@gmail.com on 30 May 2013 at 11:28

GoogleCodeExporter commented 8 years ago
I've just commited a bug correction, there was a missing call to clone() on 
latlngs, that's why you got strange results. See the svn sources, or attached 
file for a new release.
Also removed the call to an external library UtilityFunctions
Sorry for this.

Original comment by cedric.n...@villefluide.fr on 25 Jun 2014 at 9:56

Attachments: