From 1a31b9212e4c32cff259000574f7923e005ec43c Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 1 Jun 2020 12:33:26 -0400 Subject: [PATCH] Minor fix import-borders file param (#905) just like import-osm, import-borders can accept PBF_FILE param --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a8c9c9e..b07b138d 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,7 @@ import-data: start-db .PHONY: import-borders import-borders: start-db-nowait - $(DOCKER_COMPOSE) run $(DC_OPTS) openmaptiles-tools sh -c 'pgwait && import-borders' + $(DOCKER_COMPOSE) run $(DC_OPTS) openmaptiles-tools sh -c 'pgwait && import-borders $(PBF_FILE)' .PHONY: import-sql import-sql: all start-db-nowait