I am fairly new to the OpenTripPlanner and would like to implement it into a small portion of an already built website. Is this possible and if so how would I go about adding it?
Asked
Active
Viewed 63 times
-1
-
Why have you tagged Java if the website is JavaScript? Java != JavaScript. – Gilbert Le Blanc Sep 28 '21 at 21:46
-
OpenTripPlanner is written in Java so I thought I should add the tag. – Joe Nordling Sep 30 '21 at 16:26
1 Answers
0
The OpenTripPlanner platform provides a web front-end to plan journeys so you can embed that into your website using an iframe.
http://docs.opentripplanner.org/en/latest/Basic-Tutorial/#simple-one-step-server
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

cwoods
- 101
- 1
- 2