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

Sven Geggus notifications at github.com
Thu Jan 26 10:44:15 UTC 2023


I have been using [ST_AsTWKB](https://postgis.net/docs/ST_AsTWKB.html) function from PostGIS to generate the tables for my example. Maybe these can be re-used.

TWKB will only make sense for an epsg:4326 version of the database.

If I correctly understand the geom_to_ewkb function correctly, the geometry is passed in geom format which I assume would be floating-point, right?

I don't know if converting fixed-point raw osm to floating point and back to fixed-point (for twkb) will work well.


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

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


More information about the Tile-serving mailing list