pgRouting / osm2pgrouting

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

osm_nodes table is created (but stays empty) if --addnodes flag is passed #184

Open iboates opened 7 years ago

iboates commented 7 years ago

I just noticed this when experimenting with different parameter configurations. It seems that if the --addnodes flag is not passed, the table still exists, but stays empty. I believe the table should be dropped or never created in the first place.