Skip to content

Commit

Permalink
refactor: change default value of disableDepthTest
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Mar 2, 2023
1 parent cdfbcf1 commit afd4fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/composables/use-drawing/defaultOpts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2021-10-18 13:48:30
* @LastEditTime: 2022-05-18 22:35:00
* @LastEditTime: 2023-02-23 01:36:41
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium@next\packages\composables\use-drawing\defaultOpts.ts
Expand Down Expand Up @@ -279,7 +279,7 @@ const polygonDrawingDefault: VcDrawingOpts = {
})
},
loop: true,
disableDepthTest: true,
disableDepthTest: false,
showDistanceLabel: false,
showLabel: false,
showAngleLabel: false,
Expand Down

0 comments on commit afd4fb4

Please sign in to comment.