1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

some visualization features

This commit is contained in:
Stefan Schroeder 2013-12-10 16:02:23 +01:00
parent 73dfe5461d
commit 0717f5dd66
7 changed files with 247 additions and 15 deletions

View file

@ -75,14 +75,14 @@ public class Plotter {
}
private static class NoLocationFoundException extends Exception{
/**
*
*/
private static final long serialVersionUID = 1L;
}
// private static class NoLocationFoundException extends Exception{
//
// /**
// *
// */
// private static final long serialVersionUID = 1L;
//
// }
private static Logger log = Logger.getLogger(SolutionPlotter.class);
@ -504,7 +504,7 @@ public class Plotter {
}
}
else{
throw new IllegalStateException("job is not a service. this is not supported yet.");
throw new IllegalStateException("job is neither a service nor a shipment. this is not supported yet.");
}
}
return new Locations() {