OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
138 stars 91 forks source link

Restrictions in Dykstra #236

Closed dvv153m closed 9 years ago

dvv153m commented 9 years ago

When do you plan to make support restrictions in Dykstra.cs.

xivk commented 9 years ago

Support was there but in the current version it's disabled again due to a few problems. Fixing this is on the roadmap and should be done sometime during the next couple of months.

Feel free to try implementing this yourself, I can point you in the right direction if you want... :+1:

hernansinc commented 8 years ago

Hello, First of all thank for the good job here :) ...currently I'm trying to use your wonderful library for a university project and I would like to know if there is a version that could support the turn restriction and turn-u restriction as well? I read the code of the release version but I realized that it's commented those lines. Thanks for everything and your time. Best Regards Hernan

xivk commented 8 years ago

@hernansinc The routing-part of OsmSharp has move to a different project. Turn-restrictions are supported, check here:

https://github.com/itinero/routing

stephan75 commented 8 years ago

@xivk I didn't know about that outsourcing of the router component, nor about the name itinero ...

Has there ever be an announcement about that "new" routing engine? Is it mentioned in any part of documentation?

xivk commented 8 years ago

No announcement yet but your question was best answered by pointing to the new codebase. Release and announcement here is planned for July.