set default open nogo-lines for OsmAnd

This commit is contained in:
Norbert Truchsess 2018-02-26 16:33:14 +01:00
parent fb00e0d130
commit 16259f1f17
3 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,7 @@ public class CoordinateReaderOsmAnd extends CoordinateReader
XmlPullParser xpp = factory.newPullParser();
xpp.setInput(new FileReader(file));
OsmNogoPolygon nogo = new OsmNogoPolygon(true);
OsmNogoPolygon nogo = new OsmNogoPolygon(false);
int eventType = xpp.getEventType();
int numSeg = 0;
while (eventType != XmlPullParser.END_DOCUMENT) {

View file

@ -88,7 +88,7 @@ public class BRouter
}
System.exit(0);
}
System.out.println("BRouter 1.4.9 / 24092017 / abrensch");
System.out.println("BRouter 1.4.10 / 26022018 / abrensch+ntruchsess");
if ( args.length < 6 )
{
System.out.println("Find routes in an OSM map");

View file

@ -157,7 +157,7 @@ public class RouteServer extends Thread
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.4.9 / 24092017");
System.out.println("BRouter 1.4.10 / 26022018 abrensch+ntruchsess");
if ( args.length != 5 && args.length != 6)
{
System.out.println("serve BRouter protocol");