From 7650aca24b02b2c8c07fda50f034da089310b81a Mon Sep 17 00:00:00 2001 From: Sven Schneider Date: Mon, 3 May 2021 23:36:18 +0200 Subject: [PATCH] minor changed offset height to 55 instead of 60m to get rid of floating blds --- public/circData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/circData.js b/public/circData.js index 0050362..b352898 100644 --- a/public/circData.js +++ b/public/circData.js @@ -110,7 +110,7 @@ $(function () { // url: Cesium.IonResource.fromAssetId(1) // }) - const buildingHeightOffset = 60; //53 + const buildingHeightOffset = 55; //53 -- GitLab