[Tile-serving] [openstreetmap/osm2pgsql] many duplicate lines from relations (#772)

gruzk notifications at github.com
Wed Jul 19 04:33:26 UTC 2017


Something like this would do it:

select osm_id, way, count(*) from planet_osm_line group by osm_id, way having count(*) > 1;

If it returns any rows then there are duplicates.

-- 
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/772#issuecomment-316269924
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170719/82202d37/attachment.html>


More information about the Tile-serving mailing list