Ben Abelshausen

Results 167 comments of Ben Abelshausen

> I did not fully understand your comment about way IDs not being unique in the network... Is there a unique ID that identifies a "way" (road - sorry -...

Hi @LukeStanislaus , that's awesome! I suggest you start with getting it to work and write the result(s) as geojson. A few examples of the current output: http://geojson.io/#id=gist:anonymous/881edef7c53e6f845d5e8f27640f5467&map=10/51.2460/4.7502 Issues in...

Hey, @ohlordyitsordy sorry for the late reply, yes we could some help with this if you are still interested. We are however also working on a new version of Itinero...

Can you write some code to reproduce this if this is still an issue?

The C# profiles cannot be serialized to a routerdb. You can register them before deserializing if I remember correctly: https://github.com/itinero/routing/blob/develop/src/Itinero/Profiles/Vehicle.cs#L155 What is it exactly you cannot do from lua?

I'll do my best to get an example to you. The only thing I can think of that could cause this is the preprocessing code not handling this properly and...

It is strange this fails, I'll try to have a look, still really busy though so not sure when I will get to it. I can tell you, for sure...

Yes, I'm busy enabling these checks again for the pull-requests, this will be fixed soon.

This should only happen in one for 2 cases: - The version of Itinero used in the IDP project used to created the routerdb is higher than the version used...

This is not supported out of the box with Itinero but it is probably doable to write some custom code that can handle this. Depends what type of data you...