[Tile-serving] [osm2pgsql] Wrong polygon generation (overfitting) with closed ways (#304)

Sarah Hoffmann notifications at github.com
Sun Feb 22 12:15:33 UTC 2015


I still cannot reproduce the error. Tested with the latest version of osm2pgsql as follows:
~~~
me at local> wget -O junction-with-rel.osm http://www.openstreetmap.org/api/0.6/relation/2691985/full
me at local> ./osm2pgsql -S default.style -s junction-with-rel.osm
me at local> pgsql gis
gis=# select osm_id from planet_osm_polygon ;
 osm_id 
--------
(0 rows)
gis=# select osm_id from planet_osm_line where junction = 'roundabout';
  osm_id   
-----------
  24932843
 217996619
 308599206
 136920568
  24932882
 308599205
  28301879
 308599204
(8 rows)
~~~

Which version of osm2pgsql are you using and what is the exact command line you use for the import?

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


More information about the Tile-serving mailing list