Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 2.15 KB

features.md

File metadata and controls

60 lines (32 loc) · 2.15 KB

OJP App Features

From / To / Via Endpoints

  • from/to endpoints can be pick-ed up using the autocomplete (type-ahead) feature

image

  • clicking on the From, To labels will zoom the map to the endpoint locations

image

  • the From/ To/ Via endpoints can be chosen from the map via right-click action

image

  • the From/ To/ Via position of the map markers can be adjusted via dragging the marker on the map

image

Mono-modal Journey

  • by default Public Transport is used

  • for other MOTs (Walking, Own Cycle, etc) the ItModesToCover will be changed accordingly, i.e. <ojp:ItModesToCover>walk</ojp:ItModesToCover> for

  • the response is will contain ojp:TripResult/ojp:Trip nodes which are composed of individual, mono-modal ojp:TripLeg entries.

image

Multi-modal Journey

  • the user can choose custom mode at start, end or both start/end part of the journey.

  • i.e. a Mode at Start with Bicyle Sharing MOT will use custom mode for the first part of the journey and the rest will be done with public transport

Inspect OJP request/response XML

The OJP TripRequest and LocationInformationRequest request / response can be debugged directly in the application, click on the </> icon next to the MOT select or POI map layer.

image

Use custom OJP TripRequest XML

The user can upload a custom TripRequest request and response XML.

image


CHANGELOG

  • Oct 2022 - updated with mono-, multi- modal journeys
  • Feb 2022 - created this document