Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
perf: improve unnecessary loading the globe image (#378)
Browse files Browse the repository at this point in the history
fix: improve unnecessary loading the globe image
  • Loading branch information
keiya01 committed Dec 15, 2022
1 parent 61e67ef commit 4abbbac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const Cesium: React.ForwardRefRenderFunction<EngineRef, EngineProps> = (
homeButton={false}
geocoder={false}
infoBox={false}
imageryProvider={false}
baseLayerPicker={false}
navigationHelpButton={false}
projectionPicker={false}
Expand Down
1 change: 0 additions & 1 deletion src/core/engines/Cesium/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const Cesium: React.ForwardRefRenderFunction<EngineRef, EngineProps> = (
homeButton={false}
geocoder={false}
infoBox={false}
imageryProvider={false}
baseLayerPicker={false}
navigationHelpButton={false}
projectionPicker={false}
Expand Down

0 comments on commit 4abbbac

Please sign in to comment.