[Tile-serving] [osm2pgsql] Missing some roads when importing (#253)
nanolab
notifications at github.com
Wed Jan 14 21:53:39 UTC 2015
I'm importing this file http://download.geofabrik.de/europe/ukraine-latest.osm.pbf:
osm2pgsql -l -d gpx -U ra -W -H localhost -C 1024 --hstore --cache-strategy sparse --slim ukraine-latest.osm.pbf
This query
SELECT * FROM planet_osm_ways WHERE id = 23697167
returns 1 string:
23697167;"{262266618,1762256438,256593967}";"{name:ru,"Матросова улица",name:en,"Matrosova Street",name,"Матросова вулиця",highway,residential}"
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 way exists in .osm version too:
```
<way id="23697167" version="13" timestamp="2012-11-01T19:19:46Z" changeset="13714624" uid="495642" user="agb2">
<nd ref="262266618"/>
<nd ref="1762256438"/>
<nd ref="256593967"/>
<tag k="highway" v="residential"/>
<tag k="name" v="Матросова вулиця"/>
<tag k="name:en" v="Matrosova Street"/>
<tag k="name:ru" v="Матросова улица"/>
</way>
```
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/253
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150114/1e370124/attachment.html>
More information about the Tile-serving
mailing list