File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -174,13 +174,13 @@ mandatory for short options too.
174174# OUTPUT OPTIONS
175175
176176-O, \- -output=OUTPUT
177- : Specifies the output back-end to use. Currently osm2pgsql
178- supports ** pgsql ** , ** flex** , ** gazetteer** and ** null** . ** pgsql** is
179- the default output back-end and is optimized for rendering with Mapnik.
180- ** gazetteer ** is intended for geocoding with Nominatim.
181- The experimental ** flex ** backend allows more flexible configuration.
182- ** null** does not write any output and is only useful for testing or with
183- ** \- -slim** for creating slim tables.
177+ : Specifies the output to use. Currently osm2pgsql supports ** pgsql ** ,
178+ ** flex** , ** gazetteer** and ** null** . ** pgsql** is
179+ the default output still available for backwards compatibility. New
180+ setups should use the ** flex ** output which allows for a much more flexible
181+ configuration. The ** gazetteer ** output is intended for geocoding with
182+ Nominatim only. The ** null** output does not write anything and is only
183+ useful for testing or with ** \- -slim** for creating slim tables.
184184
185185-S, \- -style=FILE
186186: The style file. This specifies how the data is imported into the database,
Original file line number Diff line number Diff line change 11# Flex Output Configuration
22
3- ** The flex output is experimental. Everything in here is subject to change.**
4-
53See the [ Flex Output] ( https://osm2pgsql.org/doc/manual.html#the-flex-output )
64chapter in the manual for all the details.
75
You can’t perform that action at this time.
0 commit comments