File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
281279The following command line options are ignored by ` osm2pgsl ` when using the
282280flex 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
You can’t perform that action at this time.
0 commit comments