-
Notifications
You must be signed in to change notification settings - Fork 0
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
CORE-4837: Replaced dashes with underscores. #3
base: 6.2_routing_improvements
Are you sure you want to change the base?
CORE-4837: Replaced dashes with underscores. #3
Conversation
…ate isValidEncodedValue function to pass values with dash.
…or all heatmap EV
…ikeTrackedParser.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey awesome work implementing the parsing of Weight-Tags from the Way :)
I've found a Way to fetch the Tag-Configuration from environment variables which also enables us to remove all the the EncodedValue classes except for BMWeight
and all the parser classes except form BMWeightParser
.
If those changes make sense to you it would enable us to not have to implement additional changes when we move to production and als make maintenance easier in the future.
Greets
core/src/main/java/com/graphhopper/routing/ev/DefaultEncodedValueFactory.java
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/ev/DefaultEncodedValueFactory.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/util/EncodingManager.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/util/parsers/BMWeightParser.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/util/parsers/DefaultTagParserFactory.java
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/util/parsers/DefaultTagParserFactory.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome very nice work :)
please tag the head of this branch with version 6.2.2 again but do not merge
Already tag the new head |
Created Parsers for all bmweight tags. Replaced dashes with underscores.