Via points and Stops by Suburb added
[bus.git] / busui / readme.txt
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
maxious 18 TODO
root 19 Destinations
20 Favourites
21 OOP stops/routes
22 Stop sorting/search-filter
maxious 23
24 static maps
25 https://code.google.com/apis/maps/documentation/staticmaps/
26 http://www.multimap.com/openapidocs/1.2/web_service/staticmaps.htm
27 http://dev.openstreetmap.de/staticmap/ (os @ http://sourceforge.net/projects/staticmaplite/)
28 (php and open source @ http://trac.openstreetmap.org/browser/sites/other/StaticMap?rev=16348)
29 http://pafciu17.dev.openstreetmap.org/
30