@kimap/indoor-positioning-sdk-vue2 5.3.3 → 5.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimap/indoor-positioning-sdk-vue2",
3
- "version": "5.3.3",
3
+ "version": "5.3.4",
4
4
  "description": "Vue2自包含室内定位SDK - 完全兼容Webpack3+Babel6 | Vue2 Self-Contained Indoor Positioning SDK",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -1277,14 +1277,6 @@ KimapSDK.prototype._createTechGround = function() {
1277
1277
  ground.position.y = -0.2;
1278
1278
  this.techGroundGroup.add(ground);
1279
1279
  };
1280
- var animationLoop = function() {
1281
- requestAnimationFrame(animationLoop);
1282
- var time = performance.now() * 0.001;
1283
- self._updateRoadAnimation(time);
1284
- };
1285
- animationLoop();
1286
- };
1287
- };
1288
1280
 
1289
1281
  /**
1290
1282
  * 设置项目的layers数据(用于路径规划)