Skip to content
Snippets Groups Projects
Commit abddc768 authored by DESPRES Damien's avatar DESPRES Damien
Browse files

correction georeferencement

parent a13f6908
No related branches found
No related tags found
No related merge requests found
......@@ -421,7 +421,7 @@ export default {
console.log("georeferencement");
const url = `${this.$store.state.configuration.VUE_APP_DJANGO_API_BASE}exif-geom-reader/`;
let formData = new FormData();
formData.append("file", this.file);
formData.append("image_file", this.file);
console.log(">> formData >> ", formData);
let self = this;
axios
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment