[Tile-serving] [openstreetmap/osm2pgsql] Multilinestrings built for relations with multi backend (#726)

Paul Norman notifications at github.com
Mon Apr 17 20:42:04 UTC 2017


Ah, it's calling get_wkb_multiline() directly?

The diff I'm currently testing with is
```diff
diff --git a/processor-line.cpp b/processor-line.cpp
index 3c97103..4906124 100644
--- a/processor-line.cpp
+++ b/processor-line.cpp
@@ -19,5 +19,5 @@ 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, true);
 }
```

-- 
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/726#issuecomment-294586761
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170417/f3dd027f/attachment.html>


More information about the Tile-serving mailing list