Skip to content

Commit 04b033c

Browse files
committed
refactor: revert unnecessary changes
1 parent 353d25c commit 04b033c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/Map/types/viewerProperty.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ export type IndicatorProperty = {
210210

211211
export type AssetsProperty = {
212212
cesium?: AssetsCesiumProperty;
213-
reearthTerrain?: AssetsReearthTerrainProperty;
214213
};
215214

216215
export type AssetsCesiumProperty = {
@@ -221,13 +220,6 @@ export type AssetsCesiumProperty = {
221220
};
222221
};
223222

224-
export type AssetsReearthTerrainProperty = {
225-
terrain?: {
226-
/** Reearth terrain base URL — do NOT include '/layer.json', Cesium appends it automatically. e.g. 'https://terrain.reearth.land/' */
227-
url?: string;
228-
};
229-
};
230-
231223
export type DebugProperty = {
232224
showGlobeWireframe?: boolean;
233225
showFramesPerSecond?: boolean;

0 commit comments

Comments
 (0)