Calibration does not work for route id = 0
Closed this issue · 0 comments
blazek commented
Calibration does not work for routes with id = 0. Route error in errors tab is "Not enough points".
Most probably there is some if route.id:
instead of if route.id is not None: