- OSM.Directions.addEngine(new GraphHopperEngine("graphhopper_car", "car"), true);
- OSM.Directions.addEngine(new GraphHopperEngine("graphhopper_bicycle", "bike"), true);
- OSM.Directions.addEngine(new GraphHopperEngine("graphhopper_foot", "foot"), true);
+ OSM.Directions.addEngine(new GraphHopperEngine("car", "car"), true);
+ OSM.Directions.addEngine(new GraphHopperEngine("bicycle", "bike"), true);
+ OSM.Directions.addEngine(new GraphHopperEngine("foot", "foot"), true);