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.
1 parent db15203 commit 16ff661Copy full SHA for 16ff661
src/common/mapping/WebMapService.js
@@ -1,5 +1,5 @@
1
import { XMLParser } from "fast-xml-parser";
2
-import { FetchRequest } from "../util";
+import { FetchRequest } from "../util/FetchRequest";
3
import { Util } from '../commontypes/Util';
4
import { QueryBySQLService } from '../iServer/QueryBySQLService';
5
import { FilterParameter } from '../iServer/FilterParameter';
src/common/mapping/utils/epsg-define.js
import proj4FromNpm from 'proj4';
-import { FetchRequest } from "../../util";
+import { FetchRequest } from "../../util/FetchRequest";
import { transformServerUrl } from './util';
function defineProjection(epsgCode, projection, proj4) {
0 commit comments