Skip to content

Commit

Permalink
[fix]yarn worker打包问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Apr 29, 2024
1 parent 0e7b6c2 commit 4b6f072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/maps/src/mapbox/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import mapboxgl from 'mapbox-gl';
import { getScaleByZoom } from '../viewport-mercator-project';
import { CoordinateSystem } from '@antv/l7-core';
import { CoordinateSystem } from "@antv/l7-core/src/services/coordinate/ICoordinateSystemService";

const LNGLAT_OFFSET_ZOOM_THRESHOLD = 12;
// mapboxgl多坐标系,投影计算
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as vec2 from 'gl-matrix/vec2';
import * as vec3 from 'gl-matrix/vec3';
import { transformToMultiCoor } from '../mapbox/utils';
import assert from './assert';
import { CoordinateSystem } from '@antv/l7-core';
import { CoordinateSystem } from "@antv/l7-core/src/services/coordinate/ICoordinateSystemService";

// CONSTANTS
const PI = Math.PI;
Expand Down

0 comments on commit 4b6f072

Please sign in to comment.