itinero / idp

Itinero data processor.
12 stars 10 forks source link

Error when trying to add elevation #12

Closed vincent-caron closed 6 years ago

vincent-caron commented 6 years ago

Hello,

When I try to convert north-america with elevation, I have this error :

C:\temp\Osm>..\idp\idp --read-pbf north-america-latest.osm.pbf --pr --create-routerdb vehicles=pedestrian --write-routerdb ..\routerdb\north-america-elevation.routerdb --elevation

Unhandled Exception: System.Exception: Cannot find switch with name: --elevation at IDP.Switches.SwitchParsers.FindSwitch(String name) in C:\TeamCity\BuildAgent\work\38ea682527d0dcc0\src\IDP\Switches\SwitchParsers.cs:line 139 at IDP.Switches.SwitchParsers.Parse(String[] args) in C:\TeamCity\BuildAgent\work\38ea682527d0dcc0\src\IDP\Switches\SwitchParsers.cs:line 83 at IDP.Program.Main(String[] args) in C:\TeamCity\BuildAgent\work\38ea682527d0dcc0\src\IDP\Program.cs:line 48

Thanks

Vincent