[Tile-serving] [osm2pgsql] Use multiple style files (#109)
Andy Allan
notifications at github.com
Tue Dec 10 11:56:46 UTC 2013
There is often a requirement to use the same database for multiple styles - for example, a standard rendering and a tiger debug style.
In these cases, people have to manually combine foo.style files from multiple style repositories, and merge their contents by hand. It would be useful if osm2pgsql could read multiple styles, e.g.
`osm2pgsql --style foo.style --style bar.style`
... and use the union of the two files. Conflicting requirements (e.g. key is "polygon" in one style and "delete" in the other) would cause an error.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/109
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20131210/24448a49/attachment.html>
More information about the Tile-serving
mailing list