openplannerteam / itinero-transit

A transit routing module for Itinero using Linked Connections.
Other
6 stars 1 forks source link

Use Itinero distance calculations #9

Closed xivk closed 6 years ago

xivk commented 6 years ago

There is code to calculate distance in meter:

https://github.com/openplannerteam/Itinero-Transit/blob/master/Itinero-Transit/CSA/Algorithms/DistanceBetweenPoints.cs#L11

This can be replaced by what's in Itinero already:

https://github.com/itinero/routing/blob/develop/src/Itinero/LocalGeo/Coordinate.cs#L119