Usr
Usr

Reputation: 2848

How to use OpenTripPlanner on a web application?

I am new to open trip planner (and OpenStreetMap too), and I would like to use it in a web application, where I would let the user choose preferred options (like travel mode) and even use tags to create a personal route.
Following the tutorial Basic Usage, I've run the jar file and now I have an instance of OTP running on localhost correctly.
Now, how can I integrate it on a web app and let the user use it? I couldn't find any tutorial about that. Also, I have some other doubts:

I know this is a lot, but I really don't know where to start. Any help, tutorial or guide link would be truly appreciated.

Upvotes: 1

Views: 1021

Answers (1)

Evan Siroky
Evan Siroky

Reputation: 9438

OTP comes with a default web application that is available after starting the server if you go to localhost:8080. This is explained in the Basic Usage section of the docs.

As for the rest of your question, I'd recommend looking at the Configuration section of the docs.

Upvotes: 0

Related Questions