[Tile-serving] [openstreetmap/osm2pgsql] multi-output: reintroduce line spliting (#755)

Sarah Hoffmann notifications at github.com
Mon May 8 09:21:13 UTC 2017


lonvia commented on this pull request.



> @@ -18,6 +18,5 @@ geometry_processor::wkbs_t
 processor_line::process_relation(osmium::Relation const &,
                                  osmium::memory::Buffer const &ways)
 {
-    // XXX are multilines really acceptable?
-    return m_builder.get_wkb_multiline(ways, false);
+    return m_builder.get_wkb_multiline(ways, 1000000);

This was the value used before the regression from the libosmium change. I can add another 0 though.

-- 
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/pull/755#discussion_r115206212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170508/35c83b86/attachment.html>


More information about the Tile-serving mailing list