- OSM.Directions.addEngine(new FOSSGISOSRMEngine("fossgis_osrm_car", "car"), true);
- OSM.Directions.addEngine(new FOSSGISOSRMEngine("fossgis_osrm_bike", "bike"), true);
- OSM.Directions.addEngine(new FOSSGISOSRMEngine("fossgis_osrm_foot", "foot"), true);
+ OSM.Directions.addEngine(new FOSSGISOSRMEngine("car", "car"), true);
+ OSM.Directions.addEngine(new FOSSGISOSRMEngine("bicycle", "bike"), true);
+ OSM.Directions.addEngine(new FOSSGISOSRMEngine("foot", "foot"), true);