bugfix traffic data injection

This commit is contained in:
Arndt Brenschede 2015-10-14 19:37:37 +02:00
parent 280581ee42
commit b8bb99173f

View file

@ -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;