Fix use of RefreshableResources in WhereGeospatialServiceImpl.
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?)
Can one of the admins verify this patch?
no action in 8 years. closing.