itinero / routing

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

RoutingNetwork.RemoveEdge vs RestrictionDb #351

Open Doidel opened 2 years ago

Doidel commented 2 years ago

Out of curiosity, if I want to globally block an edge from being used, can I use RoutingNetwork.RemoveEdge instead of a RestrictionsDb?

Thanks!