Skip to content

Commit 757bf60

Browse files
authored
fix MeshActor import util path error (#613)
1 parent dc4a0cf commit 757bf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/MeshActor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getLineArrayBuffer, getLinePosition } from '../util/LineUtil';
55
import { LineStringType, PolygonType, SingleLineStringType } from './../type/index';
66
import { ThreeLayer } from './../index';
77
import { getWorkerName } from './worker';
8-
import { getLineStringProperties, getPolygonProperties } from 'src/util';
8+
import { getLineStringProperties, getPolygonProperties } from './../util/index';
99

1010
let MeshActor;
1111
if (maptalks.worker) {

0 commit comments

Comments
 (0)