Skip to content

Commit acfce4e

Browse files
committed
Note in docs that the flex output is not experimental any more
1 parent 52b6871 commit acfce4e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/osm2pgsql.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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,

flex-config/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Flex Output Configuration
22

3-
**The flex output is experimental. Everything in here is subject to change.**
4-
53
See the [Flex Output](https://osm2pgsql.org/doc/manual.html#the-flex-output)
64
chapter in the manual for all the details.
75

0 commit comments

Comments
 (0)