Skip to content

Commit 9debb32

Browse files
author
Jochen Topf
committed
database istn't hardcoded any more
1 parent 679edea commit 9debb32

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@ Building
5353
On most Unix-like systems the program can be compiled by
5454
running 'make'.
5555

56-
Note: the database connection parameters are hard coded to
57-
connect to Postgres on localhost with the current user to
58-
the database 'gis'.
59-
6056
Operation
6157
=========
6258

6359
First you must have setup Postgres with a database named 'gis'
64-
as per http://wiki.openstreetmap.org/index.php/Mapnik
60+
as per http://wiki.openstreetmap.org/index.php/Mapnik . (You
61+
can use a different database name, but 'gis' is the default
62+
in osm2pgsql.)
6563

6664
1) Connects to database and creates the following 4 tables:
6765
- planet_osm_point

0 commit comments

Comments
 (0)