Replies: 3 comments 2 replies
-
Oh, I wish this was true. While working v11 I contacted WMATA asking if Yellow Line Rush Plus was still returned in the API. The Manager of Application Systems responded & told me YLRP isn't returned in the API anymore. Unfortunately, during my testing I discovered that the Standard Routes endpoint does, indeed, return {
"StandardRoutes": [
...
{
"LineCode": "YLRP",
"TrackNum": 1,
"TrackCircuits": [...]
}
...
]
} I responded to WMATA's API support informing them that this endpoint still returns Since the API is still returning this value, I felt the need to support it. There's definitely a lot of
Solution 1 is pretty easy, since we have Either way, I think removing YLRP would probably be beneficial. I was hoping I could convince WMATA themselves to do it, but if we need to do it within this package I'd be okay with that too. I think either solution is better than adding all of the RP lines 😁 |
Beta Was this translation helpful? Give feedback.
-
@rhwood Good news! WMATA has updated the Standard Routes endpoint and removed |
Beta Was this translation helpful? Give feedback.
-
Removed YLRP in v13, available now |
Beta Was this translation helpful? Give feedback.
-
So I found a 2012 Metro Pocket Guide on Ebay that depicts the Orange Line Rush Plus service to Largo Town Center:
Since the WMATA API does not return either Rush Plus service as a separate line (and when implemented, the trains merely had "Yellow" or "Orange" on the front and the alternate destination on the side), should Yellow Line Rush Plus simply be removed from this library as a thing?
Beta Was this translation helpful? Give feedback.
All reactions