version 1.6.1
This commit is contained in:
parent
da044752b5
commit
b0410daf89
14 changed files with 16 additions and 16 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.btools</groupId>
|
||||
<artifactId>brouter</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<version>1.6.1</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>brouter-server</artifactId>
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ public class BRouter
|
|||
}
|
||||
System.exit(0);
|
||||
}
|
||||
System.out.println("BRouter 1.6.0 / 16022020");
|
||||
System.out.println("BRouter 1.6.1 / 01032020");
|
||||
if ( args.length < 6 )
|
||||
{
|
||||
System.out.println("Find routes in an OSM map");
|
||||
|
|
|
|||
|
|
@ -285,7 +285,7 @@ public class RouteServer extends Thread implements Comparable<RouteServer>
|
|||
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
System.out.println("BRouter 1.6.0 / 16022020");
|
||||
System.out.println("BRouter 1.6.1 / 01032020");
|
||||
if ( args.length != 5 && args.length != 6)
|
||||
{
|
||||
System.out.println("serve BRouter protocol");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue