From 699757ffa3d0c75f4da7d7ed5e835682c31e34c7 Mon Sep 17 00:00:00 2001 From: Joe TS Dell <thunyathep.s@outlook.com> Date: Mon, 2 Nov 2020 14:10:07 +0100 Subject: [PATCH] update --- public/VisualizationWorkshop_stepBystep.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/VisualizationWorkshop_stepBystep.html b/public/VisualizationWorkshop_stepBystep.html index eed3b45..4348a72 100644 --- a/public/VisualizationWorkshop_stepBystep.html +++ b/public/VisualizationWorkshop_stepBystep.html @@ -40,6 +40,7 @@ <body> <div style="margin:20px; padding:30px"> <h1>Creating Interactive 3D Web Maps with CesiumJS and 3D City Models</h1> + <img src="img/6.JPG" alt="" style="width: 1000px;"><br> <h3>Step 1: Preparing 3D City Models</h3> <p>In this step, we will download the 3D city models in CityGML format. Then, convert the models to 3D Tiles format for optimizing the 3D web visualization. In this article, I picked the 3D city models from Den Haag area as it is a compact model. Of couse, you are freely to explore this method with any CityGML datasets.</p> -- GitLab