[Tile-serving] [osm2pgsql] Missing some roads when importing (#253)

Paul Norman notifications at github.com
Thu Jan 15 05:57:08 UTC 2015


> So it's imported correctly. But
> 
>     SELECT * FROM planet_osm_roads WHERE osm_id = 23697167
>     SELECT * FROM planet_osm_polygon WHERE osm_id = 23697167
> returns nothing.

This is expected. It's not a polygon, nor does it have tags that would put it in the roads table.

You should find it in planet_osm_line.

> (associatedStreet relation)
> But this relation does not exists in planet_osm_roads or planet_osm_polygon tables (but exists in planet_osm_rels).

Associated street relations are not present in the rendering tables.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/253#issuecomment-70043243
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150114/94742fad/attachment.html>


More information about the Tile-serving mailing list