Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix: terrain fields of scene property
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Nov 26, 2021
1 parent 8693b48 commit 5e3d253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pkg/builtin/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ extensions:
type: string
title: Terrain Type
description: Specify terrain type.
defaultValue: cesium
choices:
- key: cesium
label: Cesium
label: Cesium World Terrain
- key: arcgis
label: ArcGIS
label: ArcGIS Terrain
availableIf:
field: terrain
type: bool
Expand Down
3 changes: 0 additions & 3 deletions pkg/builtin/manifest_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ extensions:
depthTestAgainstTerrain:
title: 地形の下を非表示
description: 地形の下にあるオブジェクトを非表示にします。標高データの読み込み状況によってオブジェクトが表示されたり隠れたりすることがあります。
choices:
cesium: Cesium
arcgis: ArcGIS
skybox:
title: 宇宙の表示
description: 宇宙空間の表示を切り替えます。
Expand Down

0 comments on commit 5e3d253

Please sign in to comment.