Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: discard pengalihan route #45

Merged
merged 1 commit into from
Apr 1, 2025
Merged

Conversation

andraantariksa
Copy link
Member

image

@@ -130,6 +130,10 @@ export const loadTransjakartaTransportMode: TransportModeLoader = async () => {
() => new Set(),
);
for (const stopTime of stopTimesRawData) {
// Skip "pengalihan" route
if (stopTime.trip_id.match(/^[0-9]{1,2}\-P[0-9]+/)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a guess actually about the 1-P39 -> *-P** pattern

Copy link

Deploying opentije with  Cloudflare Pages  Cloudflare Pages

Latest commit: eec60d0
Status: ✅  Deploy successful!
Preview URL: https://2a2aba2a.opentije.pages.dev
Branch Preview URL: https://skip-rute-pengalihan.opentije.pages.dev

View logs

@andraantariksa andraantariksa merged commit e752a97 into main Apr 1, 2025
1 check passed
@andraantariksa andraantariksa deleted the skip-rute-pengalihan branch April 1, 2025 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant