We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5fe355 + 404ae97 commit 269ec25Copy full SHA for 269ec25
importer/handlers/common/metadata.py
@@ -50,7 +50,7 @@ def extract_params_from_data(_data, action=None):
50
"skip_existing_layers": _data.pop("skip_existing_layers", "False"),
51
"overwrite_existing_layer": _data.pop("overwrite_existing_layer", "False"),
52
"store_spatial_file": _data.pop("store_spatial_files", "True"),
53
- "source": _data.pop("source", "True"),
+ "source": _data.pop("source", "resource_file_upload"),
54
}, _data
55
56
@staticmethod
0 commit comments