瀏覽代碼

add measure module

tags/3.0.0
Caven Chen 2 年之前
父節點
當前提交
703c2bfd6c
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      src/modules/measure/edit/EditPolygon.js

+ 3
- 3
src/modules/measure/edit/EditPolygon.js 查看文件

* @Author : Caven Chen * @Author : Caven Chen
*/ */


import { Cesium } from '@dc-modules/namespace'
import { PlotEventType } from '@dc-modules/event'
import { midCartesian } from '@dc-modules/math'
import { Cesium } from '../../../namespace'
import { PlotEventType } from '../../event'
import { midCartesian } from '../../math'
import Edit from './Edit' import Edit from './Edit'


class EditPolygon extends Edit { class EditPolygon extends Edit {

Loading…
取消
儲存