File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11set (PACKAGE osm2pgsql)
22set (PACKAGE_NAME osm2pgsql)
3- set (PACKAGE_VERSION 1.5.0 )
3+ set (PACKAGE_VERSION 1.5.1 )
44
55cmake_minimum_required (VERSION 2.8.12)
66
Original file line number Diff line number Diff line change 1- .TH "OSM2PGSQL" "1" "1.5.0 " "" ""
1+ .TH "OSM2PGSQL" "1" "1.5.1 " "" ""
22.SH NAME
33.PP
44osm2pgsql \- Openstreetmap data to PostgreSQL converter
@@ -251,16 +251,17 @@ See documentation for details.
251251.SH OUTPUT OPTIONS
252252.TP
253253.B \- O, \-\- output=OUTPUT
254- Specifies the output back \- end to use.
254+ Specifies the output to use.
255255Currently osm2pgsql supports \f[B] pgsql \f[ ] , \f[B] flex \f[ ] ,
256256\f[B] gazetteer \f[ ] and \f[B] null \f[ ] .
257- \f[B] pgsql \f[ ] is the default output back\- end and is optimized for
258- rendering with Mapnik.
259- \f[B] gazetteer \f[ ] is intended for geocoding with Nominatim.
260- The experimental \f[B] flex \f[ ] backend allows more flexible
261- configuration.
262- \f[B] null \f[ ] does not write any output and is only useful for testing
263- or with \f[B] \-\- slim \f[ ] for creating slim tables.
257+ \f[B] pgsql \f[ ] is the default output still available for backwards
258+ compatibility.
259+ New setups should use the \f[B] flex \f[ ] output which allows for a much
260+ more flexible configuration.
261+ The \f[B] gazetteer \f[ ] output is intended for geocoding with Nominatim
262+ only.
263+ The \f[B] null \f[ ] output does not write anything and is only useful for
264+ testing or with \f[B] \-\- slim \f[ ] for creating slim tables.
264265.RS
265266.RE
266267.TP
You can’t perform that action at this time.
0 commit comments