Hi, I&#39;m trying to import a osm file into a postgre DB + pgrouting with osm2pgrouting, but when I run the command <br><br>./osm2pgrouting -file /home/julio/Documentos/compilar/mexico.osm/mexico.osm -conf mapconfig.xml -dbname routing -user prodgen -clean<br>
<br>All seems to star ok, but then a lot of messages like <i>&quot;We need a way of type highway and class residential&quot;</i> or <i>&quot;We DON&#39;T need a way of type  and class &quot;</i> shown.<br><br>In the end, 6 tables are created, but ways is empty, (nodes has 3728779 rows), and the program prints this lines and stay there for ever.<br>
<br>                    <font size="1"><i>Split ways<br>NOTICE:  CREATE TABLE / PRIMARY KEY creará el índice implícito «nodes_pkey» para la tabla «nodes»<br>Nodes table created<br>NOTICE:  CREATE TABLE / PRIMARY KEY creará el índice implícito «ways_pkey» para la tabla «ways»<br>
Ways table created<br>Types table created<br>Classes table created</i></font><br><br>This is the file I&#39;m trying to import:<br><br><a href="http://downloads.cloudmade.com/north_america/mexico/mexico.osm.bz2">http://downloads.cloudmade.com/north_america/mexico/mexico.osm.bz2</a><br>
<br>What Can I do?.<br><br>Thank you for your help.<br>