itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 69 forks source link

Problem with wrong oneway and deserialize profile(write C#) #193

Closed NguyenSen closed 6 years ago

NguyenSen commented 6 years ago

Hello team Itinero. I used Itinero version 1.3 I created 1 profile with language Lua: 2018-06-05 09_38_17-window but routing result wrong oneway.

I try create profile with language C# and add routerbd but when i deserialize then has error (I has set vehicle.customdeserialize but can not deserialize content routerdb).

NguyenSen commented 6 years ago

I found the reason for issues: oneway wrong is language lua read field oneway is string not integer. I thing create profile used C# then esasily debug. I hope team Itinero fix deserialize routerdb soon..

NguyenSen commented 6 years ago

I fix the problem. It is my mistake