Skip to content

Commit 74525e7

Browse files
committed
Merge pull request #263 from pnorman/multi_docs2
Mention multi example in docs
2 parents 8af24ff + a6c0ebe commit 74525e7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/multi.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,14 @@ following: `tablespace-index`, `tablespace-data`, `enable-hstore`,
4747
may be specified via an array of strings named `hstores`. Finally standard columns
4848
may be specified via an array of objects named `tags` with each object containing
4949
a `name` and a postgres `type`. Note you may also set `flags` on each tag as with
50-
the standard osm2pgsql style file.`flags` is formated exactly as in the style file
50+
the standard osm2pgsql style file. `flags` is formated exactly as in the style file
5151
as a string of flag names seprated by commas.
5252

53+
## Example ##
54+
An example based on the above is in [multi.lua](../multi.lua) and
55+
[multi.style.json](../multi.style.json). It creates two tables, one for bus stops
56+
and one for buildings. Some Lua processing is done to unify tagging values.
57+
5358
## Importing ##
5459

5560
See: [Importing](pgsql.md#importing).

0 commit comments

Comments
 (0)