You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is NoiseVehicleIdentifier which currently looks up the VehicleId and compares it with an Id-Set that is user-configured in NoiseConfigGroup.
This is brittle.
Similarly to HbefaVehicleType. we could introduce a NoiseVehicleType and then do the lookup simply by using instanceof.
Alternatively, one could check for introducing HeavyGoodsVehicleType(s) and see whether we can use them across both the noise and the emissions contrib.
The text was updated successfully, but these errors were encountered:
[emerges from #3519 ]
[related to #3569 ]
There is
NoiseVehicleIdentifier
which currently looks up the VehicleId and compares it with an Id-Set that is user-configured inNoiseConfigGroup
.This is brittle.
Similarly to
HbefaVehicleType
. we could introduce aNoiseVehicleType
and then do the lookup simply by using instanceof.Alternatively, one could check for introducing
HeavyGoodsVehicleType
(s) and see whether we can use them across both thenoise
and theemissions
contrib.The text was updated successfully, but these errors were encountered: