Skip to content

Commit

Permalink
Update list of GTFS Fares v2 classes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 3, 2025
1 parent 509094c commit 249b01b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import org.onebusaway.csv_entities.EntityHandler;
import org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl;
import org.onebusaway.gtfs.model.Agency;
import org.onebusaway.gtfs.model.Area;
import org.onebusaway.gtfs.model.FareAttribute;
import org.onebusaway.gtfs.model.FareLegRule;
import org.onebusaway.gtfs.model.FareMedium;
Expand All @@ -28,6 +29,7 @@
import org.onebusaway.gtfs.model.ShapePoint;
import org.onebusaway.gtfs.model.Stop;
import org.onebusaway.gtfs.model.StopArea;
import org.onebusaway.gtfs.model.StopAreaElement;
import org.onebusaway.gtfs.model.Trip;
import org.onebusaway.gtfs.serialization.GtfsReader;
import org.onebusaway.gtfs.services.GenericMutableDao;
Expand Down Expand Up @@ -66,7 +68,9 @@ public class GtfsModule implements GraphBuilderModule {
FareTransferRule.class,
RiderCategory.class,
FareMedium.class,
StopArea.class
StopArea.class,
StopAreaElement.class,
Area.class
);

private static final Logger LOG = LoggerFactory.getLogger(GtfsModule.class);
Expand Down

0 comments on commit 249b01b

Please sign in to comment.