sumeetsinghani / bus-stop-alarm

Automatically exported from code.google.com/p/bus-stop-alarm
MIT License
0 stars 0 forks source link

Make the database store lat lon for favorite and major locations to speed up list page #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to the favorites or major locations page
2. it takes a long time to load

Since there is no lat lon info stored in the database, we have to query the
server for that info for each stop, this takes a long time.

Original issue reported on code.google.com by Da.Nu...@gmail.com on 2 Mar 2010 at 6:39

GoogleCodeExporter commented 9 years ago
We are going to fix this problem by only querying for the stop that is selected,
instead of all the stops listed.

Original comment by Da.Nu...@gmail.com on 7 Mar 2010 at 11:08