-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add Hamburg OSM mapper #5701
Add Hamburg OSM mapper #5701
Conversation
c9f939d
to
d68ceda
Compare
The divergence of the SiriAzureUpdater.md is caused by a breaking state of the dev-2.x branch where the file wasn't properly updated. |
src/test/java/org/opentripplanner/openstreetmap/tagmapping/HamburgMapperTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opentripplanner/openstreetmap/tagmapping/HamburgMapperTest.java
Outdated
Show resolved
Hide resolved
d68ceda
to
6df6a00
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #5701 +/- ##
=============================================
- Coverage 67.70% 67.70% -0.01%
- Complexity 16375 16377 +2
=============================================
Files 1891 1892 +1
Lines 71873 71887 +14
Branches 7409 7412 +3
=============================================
+ Hits 48665 48674 +9
- Misses 20701 20703 +2
- Partials 2507 2510 +3 ☔ View full report in Codecov by Sentry. |
src/main/java/org/opentripplanner/openstreetmap/tagmapping/HamburgMapper.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opentripplanner/openstreetmap/tagmapping/HamburgMapperTest.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opentripplanner/openstreetmap/tagmapping/HamburgMapper.java
Show resolved
Hide resolved
78d9169
Summary
Adds a custom OSM mapper for Hamburg to improve routing.
Issue
Closes #5700
Documentation
The build configuration was updated with new enum value.
Unit tests