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

Error in windows #214

Closed dingfengboo closed 6 years ago

dingfengboo commented 6 years ago

windows 10 PostgreSQL 10 osm2pgrouting 2.3.1

There are errors when I run osm2pgrouting in windows:

ERROR: relation "configuration" does not exist LINE 1: ...ELECT a.* FROM __configuration5704 a LEFT JOIN configurat...

ERROR: relation "ways" does not exist LINE 1: DELETE FROM __ways5704 a USING ways b WHERE a.the...

......

As result , It generate 2 table configuration5704 ways5704

dingfengboo commented 6 years ago

sorry, it is ok when add "--clean"