File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 44import L from 'leaflet' ;
55import '../core/Base' ;
66import RBush from 'rbush' ;
7- import { getIntersection } from '../../ common/util/MapCalculateUtil' ;
8- import { FetchRequest } from '../../ common/util/FetchRequest' ;
7+ import { getIntersection } from '@supermap/iclient- common/util/MapCalculateUtil' ;
8+ import { FetchRequest } from '@supermap/iclient- common/util/FetchRequest' ;
99import { deserialize } from 'flatgeobuf/lib/mjs/geojson' ;
1010
1111/**
Original file line number Diff line number Diff line change 88 * Apache Licene 2.0
99 * thanks dereklieu, cloudybay
1010 */
11-
1211import { Util as CommonUtil } from '@supermap/iclient-common/commontypes/Util' ;
1312import RBush from 'rbush' ;
14- import { getIntersection } from '../../ common/util/MapCalculateUtil' ;
15- import { FetchRequest } from '../../ common/util/FetchRequest' ;
13+ import { getIntersection } from '@supermap/iclient- common/util/MapCalculateUtil' ;
14+ import { FetchRequest } from '@supermap/iclient- common/util/FetchRequest' ;
1615import { deserialize } from 'flatgeobuf/lib/mjs/geojson' ;
1716
1817/**
Original file line number Diff line number Diff line change 11/* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
22 * This program are made available under the terms of the Apache License, Version 2.0
33 * which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4- // import { FetchRequest } from '../../common/util/FetchRequest';
54import VectorSource from 'ol/source/Vector' ;
65import { deserialize } from 'flatgeobuf/lib/mjs/geojson' ;
7- import { FetchRequest } from '../../ common/util/FetchRequest' ;
6+ import { FetchRequest } from '@supermap/iclient- common/util/FetchRequest' ;
87import { all , bbox } from 'ol/loadingstrategy' ;
9- import { getIntersection } from '../../ common/util/MapCalculateUtil' ;
8+ import { getIntersection } from '@supermap/iclient- common/util/MapCalculateUtil' ;
109import GeoJSON from 'ol/format/GeoJSON' ;
1110/**
1211 * @class FGB
You can’t perform that action at this time.
0 commit comments