Author: nd-guest
Date: 2009-05-26 18:29:22 +0000 (Tue, 26 May 2009)
New Revision: 2241

Modified:
   packages/osm2pgsql/trunk/debian/osm2pgsql.1
Log:
update manpage


Modified: packages/osm2pgsql/trunk/debian/osm2pgsql.1
===================================================================
--- packages/osm2pgsql/trunk/debian/osm2pgsql.1 2009-05-26 18:13:27 UTC (rev 
2240)
+++ packages/osm2pgsql/trunk/debian/osm2pgsql.1 2009-05-26 18:29:22 UTC (rev 
2241)
@@ -1,4 +1,4 @@
-.TH OSM2PGSQL 1 "April 12, 2008"
+.TH OSM2PGSQL 1 "May 26, 2009"
 .\" Please adjust this date whenever revising the manpage.
 .SH NAME
 osm2pgsql \- Openstreetmap data to PostgreSQL converter.
@@ -49,8 +49,11 @@
 Store data in degrees of latitude & longitude.
 .TP
 \fB\-m\fR|\-\-merc
-Store data in proper spherical mercator, not OSM merc
+Store data in proper spherical mercator (default)
 .TP
+\fB\-M\fR|\-\-oldmerc
+Store data in the legay OSM mercator format
+.TP
 \fB\-E\fR|\-\-proj num
 Use projection EPSG:num
 .TP
@@ -61,6 +64,15 @@
 \fB\-p\fR|\-\-prefix
 Prefix for table names (default planet_osm)
 .TP
+\fB\-s\fR|\-\-slim
+Store temorary data in the database. This greatly reduces the RAM usage but is 
much slower.
+.TP
+\fB\-S\fR|\-\-style
+Location of the style file. Default to /usr/share/osm2pgsql/default.style
+.TP
+\fB\-C\fR|\-\-cache
+Only for slim mode: Use up to this this many MB for caching nodes. Default is 
800MB.
+.TP
 \fB\-U\fR|\-\-username
 Postgresql user name.
 .TP
@@ -73,10 +85,21 @@
 \fB\-P\fR|\-\-port
 Database server port.
 .TP
+\fB\-e\fR|\-\-expire-tiles [min_zoom-]max_zoom
+Create a tile expiry list.
+.TP
+\fB\-o\fR|\-\-expire-output filename
+Output filename for expired tiles list.
+.TP
+\fB\-O\fR|\-\-output
+Output backend.
+pgsql - Output to a PostGIS database. (default)
+null - No output. Useful for testing.
+.TP
 \fB\-h\fR|\-\-help
 Help information.
 .br
-Add \fB\-v\fR to display supported projections.
+Add \fB\-vh\fR to display supported projections.
 .br
 Use \fB\-E\fR to access any espg projections (usually in /usr/share/proj/epsg)
 .TP
@@ -86,7 +109,7 @@
 .SH SUPPORTED PROJECTIONS
 Latlong             (-l) SRS:  4326 (none)
 .br       
-WGS84 Mercator      (  ) SRS:  3395 +proj=merc +datum=WGS84  +k=1.0 +units=m 
+over +no_defs
+WGS84 Mercator      (-M) SRS:  3395 +proj=merc +datum=WGS84  +k=1.0 +units=m 
+over +no_defs
 .br
 Spherical Mercator  (-m) SRS:900913 +proj=merc +a=6378137 +b=6378137 
+lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgri...@null +no_defs 
+over
 .PP


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to