[Tile-serving] [openstreetmap/osm2pgsql] Support for TWKB output (#1085)

Ryan Lambert notifications at github.com
Thu Jan 26 13:25:21 UTC 2023


> If PostGIS would simply allow "magic" conversion of the normal `geometry` type to `twkb` it would simply work.

Would it be possible to define a generated column via the Lua style?  If we could create generated columns it could be defined with `ST_AsTWKB()`.  Of course that duplicates the geometry in the database but I already do that in a variety of scenarios because the benefit is often worth that storage overhead.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1085#issuecomment-1405004349
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/osm2pgsql/issues/1085/1405004349 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230126/4d60dead/attachment.htm>


More information about the Tile-serving mailing list