[Tile-serving] [openstreetmap/osm2pgsql] planet_osm_line missing some ways (#880)

Blake notifications at github.com
Fri Nov 9 17:34:05 UTC 2018


I've just imported the latest great-britain/england/derbyshire OSM file, there are ~60 more rows in the planet_osm_ways table than planet_osm_line. 

How can I track down why these ways are not being imported into the line table? Two examples ways are 614252777 and 493653220.

I'm using the following query to identify these rows:
`SELECT * FROM PLANET_OSM_WAYS WHERE ID NOT IN (SELECT OSM_ID FROM PLANET_OSM_LINE) `

I was under the impression that all ways should end up within planet_osm_line, is this not correct?

Thank You

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/880
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20181109/cf1ae9c1/attachment.html>


More information about the Tile-serving mailing list