-
Notifications
You must be signed in to change notification settings - Fork 2
Split of "#111 Fix lane count calculation" #146
Split of "#111 Fix lane count calculation" #146
Commits on Mar 25, 2022
-
Add a failing test for the case on the website
Forward and backward lanes are independently guessed to be half of the lanes, but the tags on the website assume that providing `lanes` and `lanes:backward` is enough.
Configuration menu - View commit details
-
Copy full SHA for a491eef - Browse repository at this point
Copy the full SHA a491eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5df9d - Browse repository at this point
Copy the full SHA bf5df9dView commit details -
Add placeholder warn! calls to show how tag validation can be added t…
…o this structure
Configuration menu - View commit details
-
Copy full SHA for dc5de27 - Browse repository at this point
Copy the full SHA dc5de27View commit details
Commits on Mar 26, 2022
-
Co-authored-by: droogmic <droogmic@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2c96fc - Browse repository at this point
Copy the full SHA f2c96fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe479f4 - Browse repository at this point
Copy the full SHA fe479f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ae376 - Browse repository at this point
Copy the full SHA 42ae376View commit details
Commits on Mar 27, 2022
-
Calculate both_ways in driving_lane_directions too
Incorporate lanes:both_ways and centre_turn_lanes. Add assumption that oneway=no, lanes=1 means lanes:both_ways=1
Configuration menu - View commit details
-
Copy full SHA for e3cf57e - Browse repository at this point
Copy the full SHA e3cf57eView commit details -
Convert temporary
warn!
calls intoRoadMsg
warnings.Reveals a bunch of failed tests...
Configuration menu - View commit details
-
Copy full SHA for b032684 - Browse repository at this point
Copy the full SHA b032684View commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4a30b89 - Browse repository at this point
Copy the full SHA 4a30b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 295e8bc - Browse repository at this point
Copy the full SHA 295e8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f472da3 - Browse repository at this point
Copy the full SHA f472da3View commit details -
guess lanes= and lanes:{forward,backward}= in more situations with bu…
…sway and lanes:{bus,psv}
Configuration menu - View commit details
-
Copy full SHA for 28300bc - Browse repository at this point
Copy the full SHA 28300bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a68efd7 - Browse repository at this point
Copy the full SHA a68efd7View commit details
Commits on Apr 2, 2022
-
Start to split parsing into schema understanding, then combining.
Probably doesn't compile, but close
Configuration menu - View commit details
-
Copy full SHA for c9ca0eb - Browse repository at this point
Copy the full SHA c9ca0ebView commit details -
wip: Experimental top down rewrite of tag parsing and road building s…
…tructure. The code is a mess, gesturing generally at the idea, without compiling. I feel like the whole lot should mean close to what it actually says.
Configuration menu - View commit details
-
Copy full SHA for 0496070 - Browse repository at this point
Copy the full SHA 0496070View commit details
Commits on Apr 4, 2022
-
Split into Hunch: "data with certainty" and Theory: "hunch with history"
This is much closer to something useful. Still doesn't compile.
Configuration menu - View commit details
-
Copy full SHA for 392910c - Browse repository at this point
Copy the full SHA 392910cView commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for beec80a - Browse repository at this point
Copy the full SHA beec80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 538a676 - Browse repository at this point
Copy the full SHA 538a676View commit details -
Merge remote-tracking branch 'origin/main' into rust_guess_lane_count
Conflicts: rust/osm2lanes/src/transform/lanes_to_tags.rs rust/osm2lanes/src/transform/tags_to_lanes/bus.rs rust/osm2lanes/src/transform/tags_to_lanes/mod.rs
Configuration menu - View commit details
-
Copy full SHA for 96d29e1 - Browse repository at this point
Copy the full SHA 96d29e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57fbad0 - Browse repository at this point
Copy the full SHA 57fbad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012319d - Browse repository at this point
Copy the full SHA 012319dView commit details
Commits on Apr 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0dd3481 - Browse repository at this point
Copy the full SHA 0dd3481View commit details -
Configuration menu - View commit details
-
Copy full SHA for 768e441 - Browse repository at this point
Copy the full SHA 768e441View commit details -
Configuration menu - View commit details
-
Copy full SHA for fabbb9d - Browse repository at this point
Copy the full SHA fabbb9dView commit details -
Remove unused get_and_parse. Not needed now that...
each schema parses their own tags, and so we always would want to warn.
Configuration menu - View commit details
-
Copy full SHA for a14ccd7 - Browse repository at this point
Copy the full SHA a14ccd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0b139 - Browse repository at this point
Copy the full SHA 7b0b139View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe1024f - Browse repository at this point
Copy the full SHA fe1024fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bfb561 - Browse repository at this point
Copy the full SHA 1bfb561View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca818c7 - Browse repository at this point
Copy the full SHA ca818c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f07ce1 - Browse repository at this point
Copy the full SHA 9f07ce1View commit details
Commits on Apr 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec7f50d - Browse repository at this point
Copy the full SHA ec7f50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c88ebc - Browse repository at this point
Copy the full SHA 9c88ebcView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a63091 - Browse repository at this point
Copy the full SHA 5a63091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5212f2e - Browse repository at this point
Copy the full SHA 5212f2eView commit details
Commits on Apr 18, 2022
-
Merge pull request #1 from droogmic/rust_guess_lane_count
Fixing Merge
Configuration menu - View commit details
-
Copy full SHA for 08884cb - Browse repository at this point
Copy the full SHA 08884cbView commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b96964 - Browse repository at this point
Copy the full SHA 2b96964View commit details
Commits on Apr 20, 2022
-
Merge branch 'main' into rust_guess_lane_count
# Conflicts: # rust/osm2lanes/src/transform/lanes_to_tags/mod.rs # rust/osm2lanes/src/transform/mod.rs # rust/osm2lanes/src/transform/tags_to_lanes/mod.rs # rust/osm2lanes/src/transform/tags_to_lanes/modes/bus.rs # rust/osm2lanes/src/transform/tags_to_lanes/modes/mod.rs
Configuration menu - View commit details
-
Copy full SHA for eaf0117 - Browse repository at this point
Copy the full SHA eaf0117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 497b5c7 - Browse repository at this point
Copy the full SHA 497b5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b890bd2 - Browse repository at this point
Copy the full SHA b890bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb56a07 - Browse repository at this point
Copy the full SHA fb56a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 551ab2e - Browse repository at this point
Copy the full SHA 551ab2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c94da2 - Browse repository at this point
Copy the full SHA 9c94da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7303b56 - Browse repository at this point
Copy the full SHA 7303b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1267f2d - Browse repository at this point
Copy the full SHA 1267f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f36852 - Browse repository at this point
Copy the full SHA 2f36852View commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c8f2774 - Browse repository at this point
Copy the full SHA c8f2774View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 41694ba - Browse repository at this point
Copy the full SHA 41694baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0df013 - Browse repository at this point
Copy the full SHA c0df013View commit details -
Configuration menu - View commit details
-
Copy full SHA for a264b3c - Browse repository at this point
Copy the full SHA a264b3cView commit details
Commits on Apr 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c5963f9 - Browse repository at this point
Copy the full SHA c5963f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5087d2d - Browse repository at this point
Copy the full SHA 5087d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ae8d0 - Browse repository at this point
Copy the full SHA 31ae8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b18803d - Browse repository at this point
Copy the full SHA b18803dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d6dec - Browse repository at this point
Copy the full SHA 38d6decView commit details
Commits on Apr 25, 2022
-
Merge commit '38d6dec77786193001b1cf5408021b12d060ad47' into rust_gue…
…ss_lane_count_source
Configuration menu - View commit details
-
Copy full SHA for 0cba794 - Browse repository at this point
Copy the full SHA 0cba794View commit details