Skip to content

Commit

Permalink
chore(web): fix flyTo giving error in beta (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Oct 24, 2023
1 parent 615682e commit b1fd2cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/src/beta/utils/value.ts
Expand Up @@ -245,10 +245,4 @@ export const DEFAULT_LAYER_STYLE: Partial<LayerAppearanceTypes> = {
polyline: {
clampToGround: true,
},
model: {
heightReference: "clamp",
},
ellipsoid: {
heightReference: "clamp",
},
};

0 comments on commit b1fd2cf

Please sign in to comment.