pgRouting / osm2pgrouting

Import tool for OpenStreetMap data to pgRouting database
https://pgrouting.org
GNU General Public License v2.0
288 stars 112 forks source link

Errors when loading osm data with `--addnodes` option. #209

Closed rvlander closed 6 years ago

rvlander commented 6 years ago

When typing this command:

osm2pgrouting --clean --addnodes  \
    -f Boston_MA.osm \
    -d city_routing \
    -U user

I have a lot of errors of this type:

*****ERROR HERE:
 8605079    61171202=>"type=>nd",61183131=>"type=>nd",1764746193=>"type=>nd"    highway secondary   Washington Street   srid=4326;LINESTRING(-71.0886000 42.3806710, -71.0885010 42.3807060, -71.0883258 42.3807580) 

******

Still following the workshop.

cvvergara commented 6 years ago

@rvlander Can you try master branch please

rvlander commented 6 years ago

@cvvergara, it works on master.

cvvergara commented 6 years ago

ok, closing