<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<p>Hi, when I was trying to run the example.cpp using Cmake, I got this strange message, saying that could not find any metrics for MLD in the data. Did you load the right dataset?</p>
<pre><code>$ ./osrm-example ~/Desktop/my_osrm_learning/myMap.osrm
terminate called after throwing an instance of 'osrm::util::exception'
  what():  Could not find any metrics for MLD in the data. Did you load the right dataset?
Aborted (core dumped)
</code></pre>
<p>I figured that the data have to be pre-processed to fit the algorithm MLD. I was wondering how to do that? What I did is building from the source to get this osrm-* binaries, and then using osrm-extract and osem-contract commands to preprocess the .osm.pbf
 file. After building osrm-example using Cmake, run the command ./osrm-example. Did I miss something?</p>
<p>Any comments are greatly appreciated.</p>
<br>
<p></p>
</div>
</body>
</html>