workaround https://github.com/mapnik/mapnik/issues/2012
parent
7263fd6667
commit
a8d66f83b6
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ A PostGIS datasource may be created as follows:
|
|||
parameters p;
|
||||
p["type"]="postgis";
|
||||
p["host"]=database_hostname;
|
||||
p["port"]=5432;
|
||||
p["port"]="5432";
|
||||
p["dbname"]="gis";
|
||||
p["user"]=your_username;
|
||||
p["password"]="";
|
||||
|
|
Loading…
Reference in a new issue