Make Config Object
OTP can be configured using three json files 'otp-config.json', 'build-config.json', and 'router-config.json'. This function creates a named list for each config file and populates the defaults values.
otp_make_config(type)
type |
Which type of config file to create, "otp", "build", "router" |
For more details see: http://docs.opentripplanner.org/en/latest/Configuration
Other setup:
otp_build_graph(),
otp_check_java(),
otp_dl_demo(),
otp_dl_jar(),
otp_setup(),
otp_stop(),
otp_validate_config(),
otp_write_config()
{
conf <- otp_make_config("build")
conf <- otp_make_config("router")
}Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.