Skip to content

Commit

Permalink
remove import error
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejego committed Feb 24, 2022
1 parent aab002f commit c2b9e25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/extension/utils/download.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import axios from '@mapstore/libs/ajax';
import { findGeometryProperty } from '@mapstore/utils/ogc/WFS/base';


export const toDownload = ({ fileName, mimeType }) => (response) => {
const dataUrl = window.URL.createObjectURL(new Blob([response.data], { type: mimeType }));
Expand Down

0 comments on commit c2b9e25

Please sign in to comment.