[Tile-serving] [osm2pgsql] Add Multi Backend Docs and Sample Configuration (#226)
Paul Norman
notifications at github.com
Fri Dec 5 21:56:48 UTC 2014
> +
> +## Database Layout ##
> +It connects to a PostgreSQL database and stores the data in one or more tables.
> +Each table is configured in a way similar to that of the `pgsql` backend.
> +That is essentially why it was named `multi` because it's basically multiple
> +`pgsql` backends each with its own set of options and only a single table.
> +
> +## Table Configuration ##
> +As sample configuration may resemble the following:
> +
> + [
> + {
> + "name": "building",
> + "type": "polygon",
> + "tagtransform": "building.lua",
> + "tagtransform-node-function": "nodes_proc",
there appears to be a space missing here compared to the line above
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/226/files#r21403241
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20141205/7d00807b/attachment-0001.html>
More information about the Tile-serving
mailing list