Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix valhalla road id assignment; bump version #184

Merged
merged 1 commit into from
May 28, 2024

Conversation

nreinicke
Copy link
Collaborator

Closes #183 by fixing how RoadIds get constructed from the valhalla results. Previously we were just assigning the osm way id as the road_id but now we're building a RoadId class and assigning the way id as the road_id.key attribute.

@nreinicke nreinicke requested a review from jhoshiko as a code owner May 28, 2024 16:00
@nreinicke nreinicke merged commit c09800f into main May 28, 2024
4 of 5 checks passed
@nreinicke nreinicke deleted the ndr/fix-valhalla-matcher branch May 28, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValhallaMatcher AttributeError: 'int' object has no attribute 'start'
1 participant