Laurent GRÉGOIRE
unread,Sep 7, 2015, 2:07:32 PM9/7/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Victor Chernetsky, OpenTripPlanner Users, Marko Burjek, Kyle Ingraham
Hi Victor,
On 7 September 2015 at 19:20, Victor Chernetsky <
vic...@amigocloud.com> wrote:
> Thanks for the replies. I don't thing the issue is the encoding, or rounding
> the lat/lon values. Encoding/decoding does not simplifies the geometry. And
> rounding is negligible. Please look at the screenshot, the routes are
> skipping some vertices. I'm sure that the geometry comes from OSM data. The
> base layer is generated using the same OSM data. The question is: can I make
> the route geometry to be as detailed as OSM original street data?
In that case, you're talking about *transit* segments. If there is no
shape data in the input GTFS, the geometry will indeed be a straight
line between stops from the pattern. This issue has already been
discussed here; from an architecture point of view this is better
handled at the data layer, ie adding shape data to the GTFS input.
There was talk of some projects doing that, reading data from
transit-tagged OSM ways.
HTH,
--Laurent