ABCDEFGHIJKLMNOPQRS
1
2
3
This directory is accessed by the OTP Android app (https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/wiki) to discover a list of known OTP servers.
4
5
This spreadsheet is read-only by default, because erroneous edits (intentional or unintentional) can cause errors in the OTP mobile app. To add your OTP server to this spreadsheet, please contact Sean Barbeau (barbeau@cutr.usf.edu) with your working OTP server API URL.
6
7
8
NEW ROWS SHOULD BE ADDED AT THE BOTTOM OF THE WORKSHEET IN THE FIRST EMPTY ROW!
9
10
Information regarding the columns on the next worksheet is provided below:
11
12
Region - This is the general name of the region your OTP server handles. Android users will be able to select your server and this will be the name of the server.
13
Base URL - This is the public base URL for the plan method of your OTP server (e.g., http://yourOTPserver.com/opentripplanner-api-webapp/ws)
14
Bounds - These are the bounds of your OTP server. Please copy and paste from the output of http://yourOTPserver.com/opentripplanner-api-webapp/ws/metadata. The input string should follow the format [lowerLeftLat,lowerLeftLon,upperRightLat,upperRightLon]. No spaces should be included.
15
Language - This is the locale of your OTP server. It consists of a two-letter lowercase ISO language codes (such as "en") as defined by ISO 639-1, then an underscore, and then a two-letter uppercase ISO country codes (such as "US") as defined by ISO 3166-1.
16
Contact - This person will be responsible for handling questions and issues found with your OTP server.
17
Contact Email - This is the above contact person's email.Android users can send an email inside the OTP client to the maintainer of the OTP server they use in order to report an issue or send feedback (i.e., the "Contact Us" button).
18
Default Center - The default lat and long, in the format [latittude, longitude], where the map should be initially centered when a user views this region in the mobile app. No spaces should be included.
19
Default Zoom Level - The default zoom level for the map when it initially loads. More about zoom levels is here - https://developers.google.com/maps/documentation/android/views#zoom
20
Bike Rental - TRUE if your OTP server includes a bike rental mode (i.e., where users can pay to rent bikes temporarily), or FALSE if it does not contain any bike rental information
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100