yakra / tmtools

Tools to aid in development of the TravelMapping project
0 stars 0 forks source link

SortEdges insufficient #95

Closed yakra closed 3 years ago

yakra commented 3 years ago

https://travelmapping.net/hb/showroute.php?r=frages.d01596ae&lat=48.248305&lon=7.340938&zoom=16 These edges can come out of siteupdate in whatever order. (Probably because the order they're written depends on the order they're stored in adjacency lists depends on the order they're created depends on the order vertices are passed to the collapsed edge constructor depends on the order vertices are stored in the unordered_set which can be whatever.)