[Tile-serving] [openstreetmap/osm2pgsql] Add geometry functions in Lua / new insert syntax (PR #1736)

Jochen Topf notifications at github.com
Wed Aug 10 13:07:25 UTC 2022


@joto commented on this pull request.



> + */
+int geom_gc() noexcept;
+
+// The following functions are called when their counterparts in Lua are
+// called on geometry objects.
+int geom_area();
+int geom_centroid();
+int geom_geometry_n();
+int geom_geometry_type();
+int geom_is_null();
+int geom_num_geometries();
+int geom_segmentize();
+int geom_simplify();
+int geom_srid();
+int geom_tostring();
+int geom_transform();

Fixed in new version.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1736#discussion_r942428099
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/osm2pgsql/pull/1736/review/1068248079 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220810/4f34c403/attachment.htm>


More information about the Tile-serving mailing list