kopia lustrzana https://github.com/openmaptiles/openmaptiles
Improve logging - show BBOX if exists (#1096)
The generate-bbox target will now show the value of BBOX if it is already generated.pull/1091/head^2
rodzic
d5480d2369
commit
1f6eb7b4a3
2
Makefile
2
Makefile
|
@ -351,7 +351,7 @@ generate-bbox-file:
|
|||
ifeq (,$(wildcard $(AREA_BBOX_FILE)))
|
||||
@$(DOCKER_COMPOSE) run $(DC_OPTS) openmaptiles-tools download-osm bbox "$(PBF_FILE)" "$(AREA_BBOX_FILE)"
|
||||
else
|
||||
@echo "Configuration file $(AREA_BBOX_FILE) already exists, no need to regenerate."
|
||||
@echo "Configuration file $(AREA_BBOX_FILE) already exists, no need to regenerate. BBOX=$(BBOX)"
|
||||
endif
|
||||
|
||||
.PHONY: psql
|
||||
|
|
Ładowanie…
Reference in New Issue