traffic simulation delta supression
This commit is contained in:
parent
010383e7e7
commit
d29581694e
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ public class WayLinker extends MapCreatorBase implements Runnable
|
||||||
if ( trafficFile.exists() )
|
if ( trafficFile.exists() )
|
||||||
{
|
{
|
||||||
trafficMap = new OsmTrafficMap( expctxWay );
|
trafficMap = new OsmTrafficMap( expctxWay );
|
||||||
trafficMap.load( trafficFile, minLon, minLat, minLon + 5000000, minLat + 5000000, false );
|
trafficMap.loadAll( trafficFile, minLon, minLat, minLon + 5000000, minLat + 5000000, false );
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue