mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
mod
This commit is contained in:
parent
e51b0c96a8
commit
e5dabbdf64
1 changed files with 1 additions and 0 deletions
|
|
@ -512,6 +512,7 @@ public class VrpXMLReader{
|
||||||
else{
|
else{
|
||||||
Coordinate coordinate = Coordinate.newInstance(Double.parseDouble(coordX), Double.parseDouble(coordY));
|
Coordinate coordinate = Coordinate.newInstance(Double.parseDouble(coordX), Double.parseDouble(coordY));
|
||||||
builder.setStartLocationCoordinate(coordinate);
|
builder.setStartLocationCoordinate(coordinate);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
String endLocationId = vehicleConfig.getString("endLocation.id");
|
String endLocationId = vehicleConfig.getString("endLocation.id");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue