[Tile-serving] [openstreetmap/osm2pgsql] Use multiple style files (#109)

Jochen Topf notifications at github.com
Sat Feb 8 08:32:59 UTC 2020


With the new flex backend you have the full flexibility of Lua. This allows you to, for instance, include other Lua files. This would allow you to load several component styles from a master file and wiring everything up in a way that they are run one after the other. Of course, if the styles use the same global variables or the same tables names, this would not work. But at least the latter is always going to be a problem, no matter what we do.

I could even imagine that we define some guidelines how to write style files that makes them easy to include into a larger style.

-- 
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/109#issuecomment-583716044
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200208/7531b847/attachment.htm>


More information about the Tile-serving mailing list