Skip to content

Commit 01e2688

Browse files
committed
Fix flex backend documentation regarding multi setting
Fixes #1218.
1 parent c4f77f1 commit 01e2688

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/flex.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ using the flex backend:
258258
yourself.
259259
* `-S|--style`: Use this to specify the Lua config file. Without it, osm2pgsql
260260
will not work, because it will try to read the default style file.
261-
* `-G|--multi-geometry` is not used. Instead, set the type of the geometry
262-
column to the type you want, ie `polygon` vs. `multipolygon`.
263261

264262
The following command line options are ignored by `osm2pgsl` when using the
265263
flex backend, because they don't make sense in that context:
@@ -274,7 +272,7 @@ flex backend, because they don't make sense in that context:
274272
* `--tag-transform-script` (Set the Lua config file with the `-S|--style`
275273
option.)
276274
* `-G|--multi-geometry` (Use the `multi` option on the geometry transformation
277-
instead.)
275+
instead, see the "Geometry transformation" section above for details.)
278276
* The command line options to set the tablespace (`-i|--tablespace-index`,
279277
`--tablespace-main-data`, `--tablespace-main-index`) are ignored by the flex
280278
backend, instead use the `data_tablespace` or `index_tablespace` options when

0 commit comments

Comments
 (0)