bugfix traffic data injection
This commit is contained in:
parent
280581ee42
commit
b8bb99173f
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ public class WayLinker extends MapCreatorBase
|
|||
expctxWay.addLookupValue( "estimated_traffic_class", traffic == 0 ? 0 : traffic + 1 );
|
||||
description = abUnifier.unify( expctxWay.encode() );
|
||||
lastTraffic = traffic;
|
||||
n1.incWayCount(); // force network node due to description change
|
||||
}
|
||||
link.descriptionBitmap = description;
|
||||
|
||||
|
|
Loading…
Reference in a new issue