A .datasrc folder was added inside of lib where make_stops.js lives. Run it with node from the command line to regenerate the stops.js file inside lib. It first attempts to fetch the latest geojson date from the Wichita portal, and then falls back to the Wichita_Transit_Stops.json file if an error occurs.
The busICT.js file was modified to loop through the bus stops and add a marker for each one to the map. This is right after the routes have been added.
A .datasrc folder was added inside of lib where make_stops.js lives. Run it with node from the command line to regenerate the stops.js file inside lib. It first attempts to fetch the latest geojson date from the Wichita portal, and then falls back to the Wichita_Transit_Stops.json file if an error occurs.
The busICT.js file was modified to loop through the bus stops and add a marker for each one to the map. This is right after the routes have been added.