Merge pull request #6 from weskamm/patch-1

Removed dangling comma
master
Oliver Tonnhofer 2013-10-21 05:37:26 -07:00
commit 48dffb47eb
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ You can write some options into a JSON configuration file:
{
"cachedir": "/var/local/imposm3",
"mapping": "mapping.json",
"connection": "postgis://user:password@localhost:port/database",
"connection": "postgis://user:password@localhost:port/database"
}
To use that config: