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
It seems that there are some issues when using GeoUtils.wayFromWays(...). Depending on the quantity that is provided, a NullPointerException is thrown. I don't have time to investigate the reasons further at the moment, but the issue can be reproduced easily with the following input:
It seems that there are some issues when using
GeoUtils.wayFromWays(...)
. Depending on the quantity that is provided, aNullPointerException
is thrown. I don't have time to investigate the reasons further at the moment, but the issue can be reproduced easily with the following input:Quantities.getQuantity(50, Units.METRE)
-> works.Quantities.getQuantity(0.05, PowerSystemUnits.KILOMETRE)
-> throwsNullPointerException
To get the debug .pbf file consult me pls.
Code for debugging (no ons reader provided, osmonaut can be used):
The text was updated successfully, but these errors were encountered: