2010-10-29 14:17:03
root
1
# input location (via GPS or favourites or search) and destination (via searchable list, optional)
2
# http://10.0.1.153:8765/json/boundboxstops?n=-35.27568499917103&e=149.1346514225006&s=-35.279495003493516
3
&w=149.12622928619385&limit=50
4
# http://10.0.1.153:8765/json/stoptrips?stop=43&time=64440 # recursively call to show all services nearby, sort by distance, need to filter by service period
5
# Hey, can pick destination again from a list filtered to places these stops go if you're curious!
6
# http://10.0.1.153:8765/json/tripstoptimes?trip=2139 # Can recursively call and parse based on intended destination to show ETA
7
# http://10.0.1.153:8765/json/triprows?trip=2139 # For pretty maps
8
9
have to do
10
/usr/sbin/setsebool -P httpd_can_network_connect=1
11
on fedora
12
13
might need http://forum.jquery.com/topic/google-maps-inside-jquery-mobile
14
15
some extras
16
/json/routes = all routes
17
/json/neareststops?lat/lng/number
2010-10-29 08:04:08
maxious
18
TODO
2010-10-29 14:17:03
root
19
Destinations
20
Favourites
21
OOP stops/routes
22
Stop sorting/search-filter
23