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

Sarah Hoffmann notifications at github.com
Sat Mar 25 10:36:58 UTC 2017


There is no build_both anymore. The caller must now decide in advance if they want a polygon or line. the problem is that currently the `do_split` parameter decides if a multiline is returned or multiple linestrings. To get the old behavior back, make `split_at` a parameter to the function and then call `get_wkb_multiline` with `do_split=true` and `split_at=100000000` (i.e. a very large value).

We should make split_at configurable, see also #677.

-- 
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-289203523
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170325/89318766/attachment-0001.html>


More information about the Tile-serving mailing list