opentripplanner

“An attempt was made to access a socket in a way forbidden by its access permissions” when accessing localhost from inside an Azure Function

好久不见. 提交于 2020-01-24 10:29:08
问题 Disclaimer : It's a cliche but it works on my machine(!) Context : Http Triggered Azure Function App Running on Windows With a "Free Tier" option. Details : I have an Azure Function App that host and runs a JAR file that spins up a Grizzly server which basically serves a JAVA app hosted in localhost:8080 The function app manages to start up the JAVA app by simply using. The JAVA app is called Open Trip Planner and it runs in a Grizzly server. Process.Start(javaPath, "<<JAR OPTIONS HERE>>");

OTP encoded polyline same as Google encoded polyline?

Deadly 提交于 2019-12-25 14:06:30
问题 I have been researching and trying to make sense. My question: are the encoded polylines that Google gives in its directions api same as the leg geometry encoded polylines of Open Trip Planner? 回答1: Late answer, but yes, Open Trip Planner returns google Encoded Polyline format. You can check this link for reference https://groups.google.com/forum/#!topic/opentripplanner-dev/kuR6fM3fY7I 来源: https://stackoverflow.com/questions/27045701/otp-encoded-polyline-same-as-google-encoded-polyline