[Tile-serving] [openstreetmap/osm2pgsql] what is the official lua file for the suite osm2pgsql / renderd(cartocss) ? (#843)

sav123 notifications at github.com
Sun Apr 22 01:06:21 UTC 2018


On openstreetmap-carto there is openstreetmap-carto.lua and in the osm2pgsl distibution style.lua.
They do different things , particularly with z_order. 

Style.lua is near to tagtransform-c but openstreetmap-carto.lua is fresher.

If it is style.lua there is one or two possible small optimizations : a break ( or a direct return ) in the double loop of filter_tags_generic() and an order inversion of the 2 blocks of filter_basic_tags_rel(). Not very important, the time killer of the lua process being the strings stack push/pop.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/843
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180422/fb7621cf/attachment.html>


More information about the Tile-serving mailing list