ad-freiburg / pfaedle

Precise map-matching for public transit feeds. Generates high-quality GTFS shapes from OSM data.
GNU General Public License v3.0
208 stars 29 forks source link

Fix edge splitting fragment ending up with wrong geometry in edge grid #20

Closed aheld84 closed 4 years ago

aheld84 commented 4 years ago

If I'm not mistaken, there is a typo in the OsmBuilder when an edge is split into two edges to insert a station: one of the new edges is registered with the wrong geometry in the edge grid. This should fix it.

patrickbr commented 4 years ago

Nice catch!