We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b602423 commit 7b4e735Copy full SHA for 7b4e735
core/src/main/java/com/graphhopper/routing/util/EncodingManager.java
@@ -176,7 +176,7 @@ public EncodingManager build() {
176
if (em.encodedValueMap.isEmpty())
177
throw new IllegalStateException("No EncodedValues were added to the EncodingManager");
178
em.intsForFlags = edgeConfig.getRequiredInts();
179
- em.intsForTurnCostFlags = edgeConfig.getRequiredInts();
+ em.intsForTurnCostFlags = turnCostConfig.getRequiredInts();
180
EncodingManager result = em;
181
em = null;
182
return result;
0 commit comments