Open cesargdm opened 4 years ago
@cesargdm That is how information comes from ADIP. I think we might be better to create a static json or geojson with that info. In order to match our data with ADIP IDs we might want to build something that matches line name and line station name in order to get ADIP IDs and get stations schedule.
In order to display metrobus as Polylines the stations of each line should be returned ordered, I've tried to sort them by the
id
but there's no relation between theid
and the real order of the line's stations.(I'm supposing that code4mexico handles the backend service of the metrobus stations)