[Tile-serving] [openstreetmap/osm2pgsql] Extend manpage (#1285)

Sarah Hoffmann notifications at github.com
Thu Oct 8 10:03:46 UTC 2020


@lonvia commented on this pull request.



> @@ -8,18 +8,14 @@ osm2pgsql - Openstreetmap data to PostgreSQL converter
 
 # DESCRIPTION
 
-This manual page documents briefly the **osm2pgsql** command.
+**osm2pgsql** imports data from OSM file(s) into a PostgreSQL database suitable
+for use by map rendering software (such as Mapnik), the Nominatim geocoder, or
+many other uses.

s/many other uses/other applications processing OSM data/

(avoids "use by ... uses")

> @@ -99,20 +95,27 @@ starting with two dashes (`--`). A summary of options is included below.
     can nearly halve import time. Slim mode tables however have to be persistent if you want
     to be able to update your database, as these tables are needed for diff processing.
 
--S, \--style /path/to/style
-:   Location of the osm2pgsql style file. This specifies which tags from the data get
-    imported into database columns and which tags get dropped. Defaults to /usr/share/osm2pgsql/default.style.
+-S, \--style=FILE
+:   The osm2pgsql style file. This specifies which tags from the data get
+    imported into database columns and which tags get dropped.
+    (Default: `/usr/share/osm2pgsql/default.style`.)

Haven't we changed this to be the default for pgsql output only? (On a general note: should we add a note to options that are only valid for the pgsql output?)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1285#pullrequestreview-504617171
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201008/52b81279/attachment.htm>


More information about the Tile-serving mailing list