- OSM.Directions.addEngine(new ValhallaEngine("valhalla_car", "auto"), true);
- OSM.Directions.addEngine(new ValhallaEngine("valhalla_bicycle", "bicycle"), true);
- OSM.Directions.addEngine(new ValhallaEngine("valhalla_foot", "pedestrian"), true);
+ OSM.Directions.addEngine(new FOSSGISValhallaEngine("fossgis_valhalla_car", "auto"), true);
+ OSM.Directions.addEngine(new FOSSGISValhallaEngine("fossgis_valhalla_bicycle", "bicycle"), true);
+ OSM.Directions.addEngine(new FOSSGISValhallaEngine("fossgis_valhalla_foot", "pedestrian"), true);