itinero / routing

The routing core of itinero.
Apache License 2.0
220 stars 70 forks source link

VertexToVertexWeightAlgorithm hides base member and results in base member not being set. #304

Open juliusfriedman opened 4 years ago

juliusfriedman commented 4 years ago

https://github.com/itinero/routing/blob/8559dff47ae150592e686f1282cd2ec26d7e1d0d/src/Itinero/Algorithms/Contracted/Dual/ManyToMany/VertexToVertexWeightAlgorithm.cs#L183

Simply commenting them out seems to work for me as they are defined generically in the base class.