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 @@ -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
264262The following command line options are ignored by ` osm2pgsl ` when using the
265263flex 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
You can’t perform that action at this time.
0 commit comments