Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 916 Bytes

api-ojp.md

File metadata and controls

28 lines (20 loc) · 916 Bytes

API OJP

OJP entrypoint

implements this OJP entrypoints:

  • OJPLocationInformation
  • OJPTrip
  • OJPStopEvent
  • OJPTripInfo
  • OJPExchangePoints
  • OJPMultiPointTrip

default environments variables

OTP_MAX_PARALLEL_REQUESTS maximum number of parallel request to OpenTripPlanner

default restrictions by config.yml

  • include_intermediate_stops: value of ojp:IncludeIntermediateStops (default: false)
  • include_accessibility: value of ojp:IncludeAccessibility (default: false)
  • ojptag_in_response: include namespace ':ojp' in all tags in results (default: true)
  • include_precision: include ojp:Precision tag in reponses (default: false)
  • location_digits: precision for all coordinates in reponses (default:5)
  • transfer_limit: value of ojp:TransferLimit in reponses (default: 2)
  • limit: limits of results (default: 10000)
  • skip: results starting from (default: 0)