Skip to content

Commit 09d5fda

Browse files
committed
allow disabling of lm, graphhopper#979
1 parent 4e034a6 commit 09d5fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/src/main/java/com/graphhopper/tools/Measurement.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ protected DataReader importData() throws IOException {
103103
forDesktop();
104104

105105
hopper.getCHFactoryDecorator().setDisablingAllowed(true);
106+
hopper.getLMFactoryDecorator().setDisablingAllowed(true);
106107
hopper.importOrLoad();
107108

108109
GraphHopperStorage g = hopper.getGraphHopperStorage();

0 commit comments

Comments
 (0)