From 16ff6613bba6ad7db542d9f9587508c182ef0213 Mon Sep 17 00:00:00 2001 From: xiongjj Date: Tue, 26 Nov 2024 16:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90feature=E3=80=91FetchRequst=20?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E8=B7=AF=E5=BE=84=E4=BC=98=E5=8C=96;=20revie?= =?UTF-8?q?w=20by=20songym?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/mapping/WebMapService.js | 2 +- src/common/mapping/utils/epsg-define.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/mapping/WebMapService.js b/src/common/mapping/WebMapService.js index ab92ba1cb..2398dba81 100644 --- a/src/common/mapping/WebMapService.js +++ b/src/common/mapping/WebMapService.js @@ -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'; diff --git a/src/common/mapping/utils/epsg-define.js b/src/common/mapping/utils/epsg-define.js index d7052537a..83f6339a9 100644 --- a/src/common/mapping/utils/epsg-define.js +++ b/src/common/mapping/utils/epsg-define.js @@ -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) {