Closed t22dk closed 7 years ago
Do you have the latest version for both Itinero and Itinero.IO.Osm?
I think so, both are 0.30.0-rc1 I get ambiguous reference, with Vehicle is in both Itinero.Osm.Vehicles.Vehicle and ind Itierno.Profiles.Vehicle
I think i have messed something up.
Will try to reinstall.
Thanks.
The ambiguous reference is normal just use or remove the Itinero.Profile using:
routerDb.LoadOsmData(stream, Itinero.Osm.Vehicles.Vehicle.Car);
I'm having problems using the latest pre-release nuget package.
I get this error, and can't seem to cast my way out of it.
Its just the WIKI example code.
Is this a bug, or have i just misunderstood something ?