[Tile-serving] [osm2pgsql] Missing roads when importing file (#138)
Sarah Hoffmann
notifications at github.com
Mon May 5 21:02:42 UTC 2014
Your file works ok here. When importing your file using the latest osm2pgsql and the standard style, then the way can be found in `planet_osm_line`:
gis=# select highway, surface, astext(st_transform(way,4267)) from planet_osm_line where osm_id = 156572637;
highway | surface | astext
---------+---------+----------------------------------------------------------------------------------------------------------------------
service | paved | LINESTRING(-80.1948422908054 25.8788322365303,-80.1947003617723 25.8788348233227,-80.1943557796388 25.8788410477998)
(1 row)
Can you check in your database if the way is there?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/138#issuecomment-42239138
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140505/4a82d441/attachment.html>
More information about the Tile-serving
mailing list