CUTR-at-USF / usf-mobullity

USF Maps responsive web application
http://maps.usf.edu/
8 stars 7 forks source link

Functionallity of TransitIndex.js in mobullityrebase #10

Open TNWolf opened 10 years ago

TNWolf commented 10 years ago

Problems with API calls in TransitIndex.js (https://github.com/CUTR-at-USF/usf-mobullity/blob/mobullityrebase/src/client/js/otp/core/TransitIndex.js)

which references IndexAPI.java (https://github.com/CUTR-at-USF/usf-mobullity/blob/mobullityrebase/src/main/java/org/opentripplanner/index/IndexAPI.java).

Need to fix these functions: -loadVariants -readVariantForTrip -runStopTimesQuery -loadStopsById -loadStopsByName -loadStopsInRectangle -> potentially needs to change to match getStopsInRadius of IndexAPI

barbeau commented 9 years ago

@jmfield2 I think this issue is now fixed?