Skip to content

Commit

Permalink
Update HelloWorld.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ErtanOz authored Sep 21, 2024
1 parent 810d249 commit de64d77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Apps/HelloWorld.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,10 @@ <h2>Information</h2>
url: Cesium.IonResource.fromAssetId(96188),
}));
const koln_sudstadt_diana_antilope = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: Cesium.IonResource.fromAssetId(2255119), const Konrad-Adenauer-Denkmal = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: Cesium.IonResource.fromAssetId(2595578)
url: Cesium.IonResource.fromAssetId(2255119),
}));
const Konrad-Adenauer-Denkmal = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: Cesium.IonResource.fromAssetId(2595578),
}));

// Haritaya tıklama olayı için event listener ekleme
Expand Down

0 comments on commit de64d77

Please sign in to comment.