pgRouting / osm2pgrouting

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

Some way are not imported in the ways table #296

Closed TANK2003 closed 3 years ago

TANK2003 commented 3 years ago

Problem This way in METZ is not imported in the way table : https://www.openstreetmap.org/way/688415790#map=19/49.11324/6.18126 I have import the mapconfig.xml configuration. 2.3.8

Platform/versions Debian buster, osm2pgrouting V 2.3.8

SELECT version() => postgres 13.3 SELECT postgis_full_version(); => Postgis 3.1.2 SELECT pgr_version(); => 3.2.0

ImreSamu commented 3 years ago

imho: try with bigger chunk size ( --chunk 10000000 ) in some cases the default is not enough see https://github.com/pgRouting/osm2pgrouting/issues/237#issuecomment-406221767

TANK2003 commented 3 years ago

it works ! Thank you very much