onebusaway-application-modules icon indicating copy to clipboard operation
onebusaway-application-modules copied to clipboard

Fix use of RefreshableResources in WhereGeospatialServiceImpl.

Open kurtraschke opened this issue 9 years ago • 2 comments

This corrects an issue which occurs when using the quickstart to build a bundle and run the webapp (in the same execution) such that the spatial index for stops is empty, resulting in no stops showing on the map.

It appears that the dependencies between refreshable resources were backwards in WhereGeospatialServiceImpl; it depended on STOP_GEOSPATIAL_INDEX and did not itself refresh any resources, whereas it should have depended on TRANSIT_GRAPH and refreshed STOP_GEOSPATIAL_INDEX (although this refreshable resource is not used anywhere else).

(Possibly the issue reported in https://groups.google.com/d/topic/onebusaway-users/664F4bzpBvA/discussion?)

kurtraschke avatar Dec 13 '16 03:12 kurtraschke

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 13 '16 03:12 CLAassistant

Can one of the admins verify this patch?

onebusawaybot avatar Dec 13 '16 03:12 onebusawaybot

no action in 8 years. closing.

aaronbrethorst avatar Apr 08 '24 05:04 aaronbrethorst