Skip to content

Commit

Permalink
add measure module
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Jun 7, 2023
1 parent c0cb953 commit 703c2bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/measure/edit/EditPolygon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* @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'

class EditPolygon extends Edit {
Expand Down

0 comments on commit 703c2bf

Please sign in to comment.