client.otpa.js.English.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
otp.namespace("otp.locale");
/**
*
*/
otp.locale.English = {
analyst : {
differentOrigin : "Different origin",
refresh : "Refresh",
modes : "Modes",
inheritValue : "(same)",
walkLabel : "Walk max / speed",
bikeLabel : "Bike speed",
maxTimeLabel : "Max time",
dataTypeLabel : "Data to display",
arriveDepart : [ [ 'false', 'Depart at' ], [ 'true', 'Arrive by' ] ],
maxWalkDistance : [ [ '200', '200 m' ], [ '500', '500 m' ], [ '750', '750 m' ], [ '1000', '1 km' ],
[ '1500', '1.5 km' ], [ '2000', '2 km' ], [ '3000', '3 km' ], [ '4000', '4 km' ], [ '5000', '5 km' ] ],
walkSpeed : [ [ '0.278', '1 km/h' ], [ '0.556', '2 km/h' ], [ '0.833', '3 km/h' ], [ '1.111', '4 km/h' ],
[ '1.389', '5 km/h' ], [ '1.667', '6 km/h' ], [ '1.944', '7 km/h' ], [ '2.222', '8 km/h' ],
[ '2.500', '9 km/h' ], [ '2.778', '10 km/h' ] ],
bikeSpeed : [ [ '2.778', '10 km/h' ], [ '3.333', '12 km/h' ], [ '4.167', '15 km/h' ], [ '5.556', '20 km/h' ] ],
modes : [ [ "TRANSIT,WALK", "Transit" ], [ "BICYCLE", "Bicycle" ], [ "WALK", "Walk" ], [ "CAR", "Car" ],
[ "CAR_PARK,WALK,TRANSIT", "P+R (Car then Transit)" ] ],
transitModes : [ [ "BUS", "Bus" ], [ "TRAM", "Tram" ], [ "SUBWAY", "Subway" ], [ "RAIL", "Rail" ] ],
maxTime : [ [ "1800", "0:30" ], [ "2700", "0:45" ], [ "3600", "1:00" ], [ "5400", "1:30" ], [ "7200", "2:00" ],
[ "9000", "2:30" ], [ "10800", "3:00" ] ],
dataType : [ [ "TIME", "Time" ], [ "BOARDINGS", "# of Boardings" ], [ "WALK_DISTANCE", "Walk distance" ] ],
},
CLASS_NAME : "otp.locale.English"
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy