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

Replace osm2lanes algorithm with muv_osm #233

Merged
merged 28 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b5f4362
Replace osm2lanes algorithm with muv_osm
ginnyTheCat Feb 25, 2024
80737cf
Count failing test cases
ginnyTheCat Feb 25, 2024
02b1155
Align direction of sidewalks and parking lanes
ginnyTheCat Feb 25, 2024
5d0df1f
Add shared use paths
ginnyTheCat Feb 26, 2024
03911a6
Mark footways that allow bicycles as footways
ginnyTheCat Mar 1, 2024
1ebe413
Add busways
ginnyTheCat Mar 4, 2024
d4cdf2b
Switch to git path in Cargo.toml
ginnyTheCat Mar 6, 2024
b231a58
Clean up mode access resolution
ginnyTheCat Mar 6, 2024
320fd1a
Mark foot=yes, bicycle=yes as shared use paths
ginnyTheCat Mar 6, 2024
06f4ba8
Move ranks to const
ginnyTheCat Mar 6, 2024
b38d50d
Don't mark footways as sidewalks
ginnyTheCat Mar 6, 2024
96bc141
Use main property instead of custom implementation
ginnyTheCat Mar 6, 2024
3fa61e3
Update muv-osm
ginnyTheCat Mar 7, 2024
b743bf6
Update muv
ginnyTheCat Mar 11, 2024
4d309e8
Update muv-osm
ginnyTheCat Mar 12, 2024
9a6b093
Update github CI to handle change to 'npm run build'
dabreegster Mar 12, 2024
11c1522
Add comments and add designated Driving Rank
ginnyTheCat Mar 12, 2024
7096d90
Add explanation to traffic direction function
ginnyTheCat Mar 12, 2024
d83a3d0
Accept changes in many end-to-end visual tests
dabreegster Mar 12, 2024
5db4af3
Fix parsed based on visual example issues
ginnyTheCat Mar 12, 2024
ef1a55e
Accept a few more diffs
dabreegster Mar 12, 2024
b881817
Update muv
ginnyTheCat Mar 12, 2024
9f5f4f3
Handle mode hierarchy correctly
ginnyTheCat Mar 13, 2024
deb5264
Update muv
ginnyTheCat Mar 13, 2024
34347eb
Accept almost all e2e diffs
dabreegster Mar 13, 2024
743aac5
Update seattle_triangle OSM data, to fix really weird problem with nu…
dabreegster Mar 13, 2024
352e4a5
Remove Permit as allowed access value
ginnyTheCat Mar 13, 2024
0d7dcab
Update credits and accept diffs
dabreegster Mar 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Build web app
run: |
cd web
npm run wasm-release
npm ci
npm run build --if-present

Expand Down
Loading