itinero / routing

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

Add support for downhill ski routing #371

Open rodrmoya opened 5 months ago

rodrmoya commented 5 months ago

This is my 2nd attempt, as I couldn't get it to work writing the script in LUA, so ended up trying the C# interface instead, but still no luck. The error is about not being able to find any close node at all for the coordinates being used on the test, which, unless I got them wrong, are pointing exactly to where the chair lifts are.

I think this depends on https://github.com/itinero/routing/pull/370 getting merged 1st, but not 100% sure, as I end up with the same error with or without that change.

rodrmoya commented 5 months ago

@xivk ping :D