LACMTA / metro-api-v2

Docs: https://lacmta.github.io/metro-api-v2/ Dev: https://dev-metro-api-v2.ofhq3vd1r7une.us-west-2.cs.amazonlightsail.com/docs
https://lacmta.github.io/metro-api-v2/
0 stars 3 forks source link

Remove drop off/pickup type = 1 for stops in route_stops_grouped #461

Open matikin9 opened 8 months ago

matikin9 commented 8 months ago

Just noticed line 16 has a stop named "Division 7 Layover" (stop_id: 16532).

image

I checked the database and it should actually not be showing. We should be filtering stops for pickup_type = 0 and drop_off_type = 0

image