diff --git a/public/Testgebiete.js b/public/Testgebiete.js
index 232b3645aaf2f5505751e7c26e5fe30f3cf34a0c..8edf424dcea1526fb271f65fb95c532642cc5ec9 100644
--- a/public/Testgebiete.js
+++ b/public/Testgebiete.js
@@ -178,14 +178,14 @@ hftLargePC.style = new Cesium.Cesium3DTileStyle({
 
 var hftInnehofRGB_PC = viewer.scene.primitives.add(
 	new Cesium.Cesium3DTileset({
-		url: Cesium.IonResource.fromAssetId(656854),
+		url: Cesium.IonResource.fromAssetId(712217),  //656854  small point cloud
 	})
 );
 
 hftInnehofRGB_PC.style = new Cesium.Cesium3DTileStyle({
 	// color: "color('blue',0.3)",	
 	// color: "color('red')" ,
-	pointSize: 3
+	pointSize: 2
 });