File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/conveyal/r5/analyst/scenario Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44import com .conveyal .analysis .datasource .DataSourceException ;
55import com .conveyal .file .FileStorageFormat ;
66import com .conveyal .file .FileStorageKey ;
7- import com .conveyal .r5 .shapefile .LtsMatcher ;
7+ import com .conveyal .r5 .shapefile .SpeedMatcher ;
88import com .conveyal .r5 .transit .TransportNetwork ;
99import com .conveyal .r5 .transit .TransportNetworkCache ;
1010import com .conveyal .r5 .util .ExceptionUtils ;
@@ -56,7 +56,7 @@ public boolean apply (TransportNetwork network) {
5656 // Replicate the entire flags array so we can write to it (following copy-on-write policy).
5757 // Otherwise the TIntAugmentedList only allows extending the base graph.
5858 network .streetLayer .edgeStore .flags = new TIntArrayList (network .streetLayer .edgeStore .flags );
59- LtsMatcher shapefileMatcher = new LtsMatcher (network .streetLayer );
59+ SpeedMatcher shapefileMatcher = new SpeedMatcher (network .streetLayer );
6060 try {
6161 shapefileMatcher .match (localFile .getAbsolutePath (), ltsAttribute );
6262 } catch (Exception e ) {
You can’t perform that action at this time.
0 commit comments