mirror of https://gitee.com/antv-l7/antv-l7
fix package
This commit is contained in:
parent
b24ea0ce4c
commit
ef64da2a6a
|
@ -89,7 +89,8 @@
|
|||
},
|
||||
"pre-commit": {
|
||||
"run": [
|
||||
"lint"
|
||||
"lint",
|
||||
"test"
|
||||
],
|
||||
"silent": false
|
||||
},
|
||||
|
|
|
@ -4,14 +4,8 @@ import Scene from './core/scene';
|
|||
import Global from './global';
|
||||
|
||||
const version = Global.version;
|
||||
const track = function(enable) {
|
||||
Global.trackable = enable;
|
||||
};
|
||||
import './track';
|
||||
export {
|
||||
version,
|
||||
Scene,
|
||||
track
|
||||
|
||||
Scene
|
||||
};
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ export default function DrawAnimate(attributes, style) {
|
|||
ANIMATE: true
|
||||
});
|
||||
const fillPolygonMesh = new THREE.Mesh(geometry, material);
|
||||
this.fillPolygonMesh = fillPolygonMesh;
|
||||
return fillPolygonMesh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue