Removed dangling comma

title says it all :-)
master
Johannes Weskamm 2013-10-21 13:59:54 +02:00
parent f0d5972908
commit f67a7b8852
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", "cachedir": "/var/local/imposm3",
"mapping": "mapping.json", "mapping": "mapping.json",
"connection": "postgis://user:password@localhost:port/database", "connection": "postgis://user:password@localhost:port/database"
} }
To use that config: To use that config: