diff --git a/Makefile b/Makefile index cacf32274..5a96ab27f 100644 --- a/Makefile +++ b/Makefile @@ -285,6 +285,7 @@ ifeq (,$(wildcard $(PBF_FILE))) @echo "Downloading $(DOWNLOAD_AREA) with replication support into $(PBF_FILE) and $(IMPOSM_CONFIG_FILE) from $(if $(OSM_SERVER),$(OSM_SERVER),any source)" @$(DOCKER_COMPOSE) run $(DC_OPTS) openmaptiles-tools download-osm $(OSM_SERVER) "$(DOWNLOAD_AREA)" \ --imposm-cfg "$(IMPOSM_CONFIG_FILE)" \ + --state /import/last.state.txt \ --output "$(PBF_FILE)" else @echo "Downloading $(DOWNLOAD_AREA) into $(PBF_FILE) from $(if $(OSM_SERVER),$(OSM_SERVER),any source)"