itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 69 forks source link

Max edge distance too low #108

Closed xivk closed 7 years ago

xivk commented 7 years ago

Figure out a way to increase the max allowed weight on contracted edges in an non-breaking way. A mistake was made in calculating the range of this value.

This needs to be '10' instead of '100':

https://github.com/itinero/routing/blob/develop/src/Itinero/Data/Contracted/Edges/ContractedEdgeDataSerializer.cs#L33

Suggested fix: