We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679edea commit 9debb32Copy full SHA for 9debb32
1 file changed
README.txt
@@ -53,15 +53,13 @@ Building
53
On most Unix-like systems the program can be compiled by
54
running 'make'.
55
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
-
60
Operation
61
=========
62
63
First you must have setup Postgres with a database named 'gis'
64
-as per http://wiki.openstreetmap.org/index.php/Mapnik
+as per http://wiki.openstreetmap.org/index.php/Mapnik . (You
+can use a different database name, but 'gis' is the default
+in osm2pgsql.)
65
66
1) Connects to database and creates the following 4 tables:
67
- planet_osm_point
0 commit comments