Hi, Is there a reason why a 'way' can contain more than one linestring in a osm2pgsql import to postgis? # select geometrytype(way) from planet_osm_line where osm_id = -2000800; geometrytype -------------- LINESTRING LINESTRING LINESTRING LINESTRING LINESTRING (5 rows) An additionnal question, is, what is the purpose of the -G option at import? Yves