[Tile-serving] [osm2pgsql-dev/osm2pgsql] How to omit certain relation members with flex output? (Discussion #2204)
Jochen Topf
notifications at github.com
Wed Jul 1 12:46:34 UTC 2026
Giving the user access to members of relations from the relation in some way is something we have been thinking about. But it is unclear which form this would take to make it fast and useable for many cases. Your solution with the `exclude_members` seems too restrictive for me.
If you want a solution that works now, you have to use two-stage processing. With that it is possible to import only the ways into the database that are in certain relations. You still have to run `ST_LineMerge()` or something like it in the database to do the actual merging of the ways into the multilinestring, because you can't use that functionality in Lua.
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2204#discussioncomment-17497164
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/repo-discussions/2204/comments/17497164 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20260701/4df621b5/attachment.htm>
More information about the Tile-serving
mailing list