Skip to content

Commit 174577e

Browse files
authored
Merge pull request #1224 from joto/fix-flex-doc-multi-geometry
Fix flex backend documentation regarding multi setting
2 parents 6454107 + 01e2688 commit 174577e

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
@@ -275,8 +275,6 @@ using the flex backend:
275275
yourself.
276276
* `-S|--style`: Use this to specify the Lua config file. Without it, osm2pgsql
277277
will not work, because it will try to read the default style file.
278-
* `-G|--multi-geometry` is not used. Instead, set the type of the geometry
279-
column to the type you want, ie `polygon` vs. `multipolygon`.
280278

281279
The following command line options are ignored by `osm2pgsl` when using the
282280
flex backend, because they don't make sense in that context:
@@ -291,7 +289,7 @@ flex backend, because they don't make sense in that context:
291289
* `--tag-transform-script` (Set the Lua config file with the `-S|--style`
292290
option.)
293291
* `-G|--multi-geometry` (Use the `multi` option on the geometry transformation
294-
instead.)
292+
instead, see the "Geometry transformation" section above for details.)
295293
* The command line options to set the tablespace (`-i|--tablespace-index`,
296294
`--tablespace-main-data`, `--tablespace-main-index`) are ignored by the flex
297295
backend, instead use the `data_tablespace` or `index_tablespace` options when

0 commit comments

Comments
 (0)