Skip to content

Commit

Permalink
Save transit shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncfit committed Feb 2, 2022
1 parent 1a28824 commit ebbf22a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/conveyal/r5/transit/TransitLayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import java.util.BitSet;
import java.util.Collection;
import java.util.Collections;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand All @@ -67,7 +66,7 @@ public class TransitLayer implements Serializable, Cloneable {
*/
public static final int WALK_DISTANCE_LIMIT_METERS = 2000;

public static final boolean SAVE_SHAPES = false;
public static final boolean SAVE_SHAPES = true;

/**
* Distance limit for transfers, meters. Set to 1km which is slightly above OTP's 600m (which was specified as
Expand Down

0 comments on commit ebbf22a

Please sign in to comment.