diff --git a/importer/handlers/common/vector.py b/importer/handlers/common/vector.py index 2b68b53..85998fa 100644 --- a/importer/handlers/common/vector.py +++ b/importer/handlers/common/vector.py @@ -220,7 +220,7 @@ def perform_last_step(execution_id): that the execution is completed """ _exec = BaseHandler.perform_last_step(execution_id=execution_id) - if _exec and not _exec.input_params.get("store_spatial_file", False): + if _exec and not _exec.input_params.get("store_spatial_file", True): resources = ResourceHandlerInfo.objects.filter(execution_request=_exec) # getting all assets list assets = filter(None, [get_default_asset(x.resource) for x in resources])