prerprocessor changes for traffic simulation
This commit is contained in:
parent
5668f36626
commit
962e3c16da
1 changed files with 1 additions and 5 deletions
|
@ -168,7 +168,7 @@ public class WayLinker extends MapCreatorBase implements Runnable
|
||||||
{
|
{
|
||||||
this.nodeTilesIn = nodeTilesIn;
|
this.nodeTilesIn = nodeTilesIn;
|
||||||
this.wayTilesIn = wayTilesIn;
|
this.wayTilesIn = wayTilesIn;
|
||||||
this.trafficTilesIn = new File( "traffic" );
|
this.trafficTilesIn = new File( "../traffic" );
|
||||||
this.dataTilesOut = dataTilesOut;
|
this.dataTilesOut = dataTilesOut;
|
||||||
this.borderFileIn = borderFileIn;
|
this.borderFileIn = borderFileIn;
|
||||||
this.restrictionsFileIn = restrictionsFileIn;
|
this.restrictionsFileIn = restrictionsFileIn;
|
||||||
|
@ -247,10 +247,6 @@ public class WayLinker extends MapCreatorBase implements Runnable
|
||||||
|
|
||||||
|
|
||||||
File trafficFile = fileFromTemplate( wayfile, trafficTilesIn, "trf" );
|
File trafficFile = fileFromTemplate( wayfile, trafficTilesIn, "trf" );
|
||||||
if ( trafficTilesIn.isDirectory() && !trafficFile.exists() )
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// process corresponding node-file, if any
|
// process corresponding node-file, if any
|
||||||
File nodeFile = fileFromTemplate( wayfile, nodeTilesIn, "u5d" );
|
File nodeFile = fileFromTemplate( wayfile, nodeTilesIn, "u5d" );
|
||||||
|
|
Loading…
Reference in a new issue