xushiting преди 2 години
родител
ревизия
16c61c0331
променени са 3 файла, в които са добавени 0 реда и са изтрити 9 реда
  1. 0 1
      src/graphic/Layer.js
  2. 0 7
      src/graphic/Load.js
  3. 0 1
      src/graphic/Renderer/Render.js

+ 0 - 1
src/graphic/Layer.js

@@ -2,7 +2,6 @@ import Load from "./Load";
 import { stateService } from "./Service/StateService";
 import { elementService } from "./Service/ElementService";
 import { dataService } from "./Service/DataService";
-import { measureService } from "./Service/MeasureService";
 import { textService } from "./Service/TextService";
 import { historyService } from "./Service/HistoryService";
 import UIControl from "./Controls/UIControl";

+ 0 - 7
src/graphic/Load.js

@@ -1,11 +1,4 @@
 import { dataService } from "./Service/DataService.js";
-import { stateService } from "./Service/StateService.js";
-import { coordinate } from "./Coordinate.js";
-import Constant from "./Constant";
-import { textService } from "./Service/TextService.js";
-import { mathUtil } from "./Util/MathUtil";
-import { measureService } from "./Service/MeasureService";
-import { cameraService } from "./Service/CameraService";
 
 export default class Load {
   constructor(layer) {

+ 0 - 1
src/graphic/Renderer/Render.js

@@ -1,7 +1,6 @@
 import VectorType from "../enum/VectorType.js";
 import { dataService } from "../Service/DataService.js";
 import { elementService } from "../Service/ElementService.js";
-import { measureService } from "../Service/MeasureService";
 import { coordinate } from "../Coordinate.js";
 import { draw } from "./Draw.js";
 import { listenLayer } from "../ListenLayer.js";