Skip to content

Commit

Permalink
【feature】FetchRequst 引入路径优化; review by songym
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjiaojiao committed Nov 26, 2024
1 parent db15203 commit 16ff661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/mapping/WebMapService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { XMLParser } from "fast-xml-parser";
import { FetchRequest } from "../util";
import { FetchRequest } from "../util/FetchRequest";
import { Util } from '../commontypes/Util';
import { QueryBySQLService } from '../iServer/QueryBySQLService';
import { FilterParameter } from '../iServer/FilterParameter';
Expand Down
2 changes: 1 addition & 1 deletion src/common/mapping/utils/epsg-define.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import proj4FromNpm from 'proj4';
import { FetchRequest } from "../../util";
import { FetchRequest } from "../../util/FetchRequest";
import { transformServerUrl } from './util';

function defineProjection(epsgCode, projection, proj4) {
Expand Down

0 comments on commit 16ff661

Please sign in to comment.