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
using PackedOSMIDs = util::detail::PackedVector<OSMNodeID, 33, Ownership>;
8624754004 is 34 bits wide (1000000010000100110100110101010100 or 0x202134D54). Looks like we need to bump up the hardcoded 33 value in packed_osm_ids if we want newly mapped regions to have correct annotations.
We support the full 64 bit number space during graph generation, so I don't think this will lead to weird routing errors, just incorrect node annotation values for newly mapped locations.
I would like to note you for a small mistake in your api.
When you run your api:
http://router.project-osrm.org/route/v1/driving/14.89857049,50.4026181;14.9366725,50.3229582?alternatives=false&annotations=nodes
All nodes are right from the same area in Czech Republic, but node nr.34819412 is from Norway!!!
I've treated it in my application, but it can be unpleasantly for others...
The text was updated successfully, but these errors were encountered: