Am 31. März 2012 10:59 schrieb yvecai <[email protected]>: > 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;
negative IDs are from relations, so it is normal that there is more than one linestring (e.g. in the case of a route-relation). cheers, Martin _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

