graphhopper
graphhopper copied to clipboard
Remove AbstractFlagEncoder#applyWayTags
Now that we calculate edge flags per edge (no longer per way, #2457) we should be able to remove applyWayTags
from EncodingManager
and the flag encoders.
Probably related to #2470, because we set a few encoded values that depend on others in applyWayTags
.
Was fixed already