[Tile-serving] [openstreetmap/osm2pgsql] How would you apply "osm-legal-default-speeds" with osm2pgsql (Discussion #1765)
mmd
notifications at github.com
Sun Sep 18 19:53:36 UTC 2022
osm-legal-default-speeds repo mentions that it's supporting native environment, besides the already mentioned JVM, and also Javascript.
If that's the case, you might be able to call this native code through Lua FFI and your own bindings. That's probably the best performance you could get.
However, FFI tends to be rather complex: you need detailed knowledge of C and calling conventions. I used FFI before in Ruby to generate GPS trace preview images, and I guess you will face similar challenges in Lua.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/discussions/1765#discussioncomment-3675913
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/repo-discussions/1765/comments/3675913 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220918/65b6da0a/attachment.htm>
More information about the Tile-serving
mailing list