mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-16 15:04:27 +00:00
2 minor changes:
* add created_by tag to get deleted in default style * add notice that passwort can be specified via PGPASS environment variable to --help output
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
# OsmType Tag DataType Flags
|
||||
node,way note text delete # These tags can be long but are useless for rendering
|
||||
node,way source text delete # This indicates that we shouldn't store them
|
||||
node,way created_by text delete
|
||||
|
||||
node,way access text linear
|
||||
node,way addr:housename text linear
|
||||
|
@ -162,7 +162,8 @@ static void long_usage(char *arg0)
|
||||
printf(" -S|--style\t\tLocation of the style file. Defaults to " OSM2PGSQL_DATADIR "/default.style\n");
|
||||
printf(" -C|--cache\t\tOnly for slim mode: Use upto this many MB for caching nodes\n");
|
||||
printf(" \t\tDefault is 800\n");
|
||||
printf(" -U|--username\tPostgresql user name.\n");
|
||||
printf(" -U|--username\tPostgresql user name\n");
|
||||
printf(" \t\tpassword can be given by prompt or PGPASS environment variable.\n");
|
||||
printf(" -W|--password\tForce password prompt.\n");
|
||||
printf(" -H|--host\t\tDatabase server hostname or socket location.\n");
|
||||
printf(" -P|--port\t\tDatabase server port.\n");
|
||||
|
Reference in New Issue
Block a user