readme updates

This commit is contained in:
Arndt 2014-07-26 15:05:20 +02:00
parent 631057cd5f
commit eb01ef34d1
5 changed files with 107 additions and 29 deletions

View file

@ -152,6 +152,7 @@ public class BRouterView extends View
assertDirectoryExists( "profile directory", profileDir, "profiles2.zip" );
modesDir = basedir + "/brouter/modes";
assertDirectoryExists( "modes directory", modesDir, "modes.zip" );
assertDirectoryExists( "readmes directory", basedir + "/brouter/readmes", "readmes.zip" );
cor = CoordinateReader.obtainValidReader( basedir, segmentDir );
wpList = cor.waypoints;