Skip to content

Commit

Permalink
turn on enableAltitude by default (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn authored Sep 11, 2024
1 parent 73d60c9 commit 41fa9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/VectorLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const options: VectorLayerOptionsType = {
'defaultIconSize': [20, 20],
'cacheVectorOnCanvas': true,
'cacheSvgOnCanvas': Browser.gecko,
'enableAltitude': false,
'enableAltitude': true,
'altitudeProperty': 'altitude',
'drawAltitude': false,
'sortByDistanceToCamera': false,
Expand Down

0 comments on commit 41fa9e2

Please sign in to comment.