Codebase list mkgmap / 10748e0
Import upstream version 0.0.0+svn4288, md5 af2b09fc57c0ecfb2d63dd3857e80792 Debian Janitor 4 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 svn.version: 4287
1 build.timestamp: 2019-06-05T14:49:17+0100
0 svn.version: 4288
1 build.timestamp: 2019-08-01T13:26:48+0100
515515 for (Coord v: viaPoints){
516516 CoordNode vn = nodeIdMap.get(v);
517517 if (vn == null){
518 log.error(messagePrefix,"via node is not a routing node");
518 log.warn(messagePrefix,"via node is not a routing node, restriction relation is ignored");
519519 return;
520520 }
521521 viaNodes.add(vn);