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 1
1
set (PACKAGE osm2pgsql )
2
2
set (PACKAGE_NAME osm2pgsql )
3
- set (PACKAGE_VERSION 1.5.0 )
3
+ set (PACKAGE_VERSION 1.5.1 )
4
4
5
5
cmake_minimum_required (VERSION 2.8.12 )
6
6
Original file line number Diff line number Diff line change 1
- .TH "OSM2PGSQL" "1" "1.5.0 " "" ""
1
+ .TH "OSM2PGSQL" "1" "1.5.1 " "" ""
2
2
.SH NAME
3
3
.PP
4
4
osm2pgsql \- Openstreetmap data to PostgreSQL converter
@@ -251,16 +251,17 @@ See documentation for details.
251
251
.SH OUTPUT OPTIONS
252
252
.TP
253
253
.B \- O, \-\- output=OUTPUT
254
- Specifies the output back \- end to use.
254
+ Specifies the output to use.
255
255
Currently osm2pgsql supports \f[B] pgsql \f[ ] , \f[B] flex \f[ ] ,
256
256
\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.
264
265
.RS
265
266
.RE
266
267
.TP
You can’t perform that action at this time.
0 commit comments