From 3bb27970f24d5606b437a1d589dc1ae042831f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Mon, 4 Nov 2019 15:55:07 +0100 Subject: [PATCH] Allow imposm of import_osm.sh to be configured --- import_osm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/import_osm.sh b/import_osm.sh index 2c152ec..719751f 100755 --- a/import_osm.sh +++ b/import_osm.sh @@ -34,7 +34,8 @@ function import_pbf() { -cachedir "$IMPOSM_CACHE_DIR" \ -read "$pbf_file" \ -deployproduction \ - -write $diff_flag + -write $diff_flag \ + -config "$CONFIG_JSON" } function import_osm_with_first_pbf() {